#b69442

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

Shades of Roti #B69442

Tints of Roti #B69442

Color information

#B69442 (or 0xB69442) is unknown color: approx Roti. HEX triplet: B6, 94 and 42. RGB value is (182,148,66). Sum of RGB (Red+Green+Blue) = 182+148+66=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B69442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69442 is #496BBD. Grayscale: #959595. Windows color (decimal): -4811710 or 4363446. OLE color: 4363446.

HSL color Cylindrical-coordinate representation of color #B69442: hue angle of 42.41º 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 #B69442 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18214866-
CMYK00.190.640.29
HSL42.41º46.77%48.63%-
HSV(B)42.41º63.74%71.37%-
XYZ30.8631.529.61-
YUV148.8281.26151.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 66 (26.17% from 255) = 16.67%
R=45.96%
G=37.37%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821486600.190.640.2942.4146.7748.63
HexB69442013401D2a2f31
Octal26622410202310035525761
Binary10110110100101001000010010011100000011101101010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69442; }

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

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

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

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

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

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

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

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