#B69040

Color #B69040 Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #B69040

Tints of Roti #B69040

Color information

#B69040 (or 0xB69040) is unknown color: approx Roti. HEX triplet: B6, 90 and 40. RGB value is (182,144,64). Sum of RGB (Red+Green+Blue) = 182+144+64=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B69040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69040 is #496FBF. Grayscale: #929292. Windows color (decimal): -4812736 or 4231350. OLE color: 4231350.

HSL color Cylindrical-coordinate representation of color #B69040: hue angle of 40.68º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B69040 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18214464-
CMYK00.210.650.29
HSL40.68º47.97%48.24%-
HSV(B)40.68º64.84%71.37%-
XYZ30.1930.269.1-
YUV146.2481.59153.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 64 (25.39% from 255) = 16.41%
R=46.67%
G=36.92%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821446400.210.650.2940.6847.9748.24
HexB69040015411D293030
Octal26622010002510135516060
Binary10110110100100001000000010101100000111101101001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69040; }

 p { color: rgb(182,144,64); }

 H1.HeaderClassName
 {
   color: #B69040;
 }
 .AnyTagClassName
 {
   color: #B69040;
 }
</style>
background-color css

<style>
 a { background-color: #B69040; }

 a { background-color: rgb(182,144,64); }

 div.DivClassName
 {
   background-color: #B69040;
 }
 .BgClassName
 {
   background-color: #B69040;
 }
</style>
border-color css

<style>
 span { border-color: #B69040; }

 span { border-color: rgb(182,144,64); }

 td.TdClassName
 {
   border-color: #B69040;
 }
 .TagClassName
 {
   border-color: #B69040;
 }
</style>