#B69C3E

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

Shades of Roti #B69C3E

Tints of Roti #B69C3E

Color information

#B69C3E (or 0xB69C3E) is unknown color: approx Roti. HEX triplet: B6, 9C and 3E. RGB value is (182,156,62). Sum of RGB (Red+Green+Blue) = 182+156+62=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C3E is #4963C1. Grayscale: #999999. Windows color (decimal): -4809666 or 4103350. OLE color: 4103350.

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

Color convert

RGB18215662-
CMYK00.140.660.29
HSL47º49.18%47.84%-
HSV(B)47º65.93%71.37%-
XYZ32.0534.079.44-
YUV153.0676.61148.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 62 (24.61% from 255) = 15.5%
R=45.5%
G=39%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821566200.140.660.294749.1847.84
HexB69C3E0E421D2f3130
Octal2662347601610235576160
Binary101101101001110011111001110100001011101101111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C3E; }

 p { color: rgb(182,156,62); }

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

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

 a { background-color: rgb(182,156,62); }

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

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

 span { border-color: rgb(182,156,62); }

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