#B69642

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

Shades of Roti #B69642

Tints of Roti #B69642

Color information

#B69642 (or 0xB69642) is unknown color: approx Roti. HEX triplet: B6, 96 and 42. RGB value is (182,150,66). Sum of RGB (Red+Green+Blue) = 182+150+66=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B69642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69642 is #4969BD. Grayscale: #969696. Windows color (decimal): -4811198 or 4363958. OLE color: 4363958.

HSL color Cylindrical-coordinate representation of color #B69642: hue angle of 43.45º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B69642 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18215066-
CMYK00.180.640.29
HSL43.45º46.77%48.63%-
HSV(B)43.45º63.74%71.37%-
XYZ31.1832.159.72-
YUV149.9980.6150.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 150 (58.98% from 255) = 37.69%
BLUE value IS 66 (26.17% from 255) = 16.58%
R=45.73%
G=37.69%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821506600.180.640.2943.4546.7748.63
HexB69642012401D2b2f31
Octal26622610202210035535761
Binary10110110100101101000010010010100000011101101011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69642; }

 p { color: rgb(182,150,66); }

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

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

 a { background-color: rgb(182,150,66); }

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

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

 span { border-color: rgb(182,150,66); }

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