Html Css Color HEX #996502 Golden Brown

📋 copy color: '#996502'

red 153 ◦ green 101 ◦ blue 2

#996502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #996502

Tints of Golden Brown #996502

RGB

 RED value IS 153 (60.16% from 255) = 59.77%

 GREEN value IS 101 (39.84% from 255) = 39.45%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 59.77%
G = 39.45%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#996502 (or 0x996502) is known color: Golden Brown. HEX triplet: 99, 65 and 02. RGB value is (153,101,2). Sum of RGB (Red+Green+Blue) = 153+101+2=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #996502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996502 is #669AFD. Grayscale: #696969. Windows color (decimal): -6724350 or 157081. OLE color: 157081.

HSL color Cylindrical-coordinate representation of color #996502: hue angle of 39.34º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #996502 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 2 -
CMYK 0 0.34 0.99 0.4
HSL 39.34º 0.97% 0.3% -
HSV(B) 39.34º 0.99% 0.6% -
XYZ 17.8 16.08 2.22 -
YUV 105.26 69.73 162.05 -
System Red Green Blue C M Y K H S L
Decimal 153 101 2 0 0.34 0.99 0.4 39.34 0.97 0.3
Hex 99 65 2 0 22 63 28 27 61 1E
Octal 231 145 2 0 42 143 50 47 141 36
Binary 10011001 1100101 10 0 100010 1100011 101000 100111 1100001 11110

Color Harmonies of #996502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996502

Black with #996502

Text Example


Text Example

White with #996502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996502; }

 p { color: rgb(153,101,2); }

 H1.HeaderClassName
 {
   color: #996502;
 }
 .AnyTagClassName
 {
   color: #996502;
 }
</style>

background-color css

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

 a { background-color: rgb(153,101,2); }

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

border-color css

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

 span { border-color: rgb(153,101,2); }

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