#B69639

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

Shades of Roti #B69639

Tints of Roti #B69639

Color information

#B69639 (or 0xB69639) is unknown color: approx Roti. HEX triplet: B6, 96 and 39. RGB value is (182,150,57). Sum of RGB (Red+Green+Blue) = 182+150+57=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B69639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69639 is #4969C6. Grayscale: #959595. Windows color (decimal): -4811207 or 3774134. OLE color: 3774134.

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

Color convert

RGB18215057-
CMYK00.180.690.29
HSL44.64º52.3%46.86%-
HSV(B)44.64º68.68%71.37%-
XYZ30.9432.058.43-
YUV148.9776.1151.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 57 (22.66% from 255) = 14.65%
R=46.79%
G=38.56%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821505700.180.690.2944.6452.346.86
HexB69639012451D2d342f
Octal2662267102210535556457
Binary1011011010010110111001010010100010111101101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69639; }

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

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

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

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

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

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

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

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