#99691B

Color #99691B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #99691B

Tints of Golden Brown #99691B

Color information

#99691B (or 0x99691B) is unknown color: approx Golden Brown. HEX triplet: 99, 69 and 1B. RGB value is (153,105,27). Sum of RGB (Red+Green+Blue) = 153+105+27=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #99691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99691B is #6696E4. Grayscale: #6E6E6E. Windows color (decimal): -6723301 or 1796505. OLE color: 1796505.

HSL color Cylindrical-coordinate representation of color #99691B: hue angle of 37.14º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99691B is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB15310527-
CMYK00.310.820.4
HSL37.14º70%35.29%-
HSV(B)37.14º82.35%60%-
XYZ18.3916.953.34-
YUV110.4680.9158.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 27 (10.94% from 255) = 9.47%
R=53.68%
G=36.84%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531052700.310.820.437.147035.29
Hex99691B01F5228254623
Octal23115133037122504510643
Binary1001100111010011101101111110100101010001001011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99691B; }

 p { color: rgb(153,105,27); }

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

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

 a { background-color: rgb(153,105,27); }

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

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

 span { border-color: rgb(153,105,27); }

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