#99661A

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

Shades of Golden Brown #99661A

Tints of Golden Brown #99661A

Color information

#99661A (or 0x99661A) is unknown color: approx Golden Brown. HEX triplet: 99, 66 and 1A. RGB value is (153,102,26). Sum of RGB (Red+Green+Blue) = 153+102+26=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99661A is #6699E5. Grayscale: #6C6C6C. Windows color (decimal): -6724070 or 1730201. OLE color: 1730201.

HSL color Cylindrical-coordinate representation of color #99661A: hue angle of 35.91º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99661A is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB15310226-
CMYK00.330.830.4
HSL35.91º70.95%35.1%-
HSV(B)35.91º83.01%60%-
XYZ18.0716.353.18-
YUV108.5881.4159.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.45%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 26 (10.55% from 255) = 9.25%
R=54.45%
G=36.30%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531022600.330.830.435.9170.9535.1
Hex99661A0215328244723
Octal23114632041123504410743
Binary10011001110011011010010000110100111010001001001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99661A; }

 p { color: rgb(153,102,26); }

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

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

 a { background-color: rgb(153,102,26); }

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

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

 span { border-color: rgb(153,102,26); }

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