Html Css Color HEX #996902 Golden Brown

📋 copy color: '#996902'

red 153 ◦ green 105 ◦ blue 2

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

Shades of Golden Brown #996902

Tints of Golden Brown #996902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.38%

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

R = 58.85%
G = 40.38%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#996902 (or 0x996902) is known color: Golden Brown. HEX triplet: 99, 69 and 02. RGB value is (153,105,2). Sum of RGB (Red+Green+Blue) = 153+105+2=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #996902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996902 is #6696FD. Grayscale: #6C6C6C. Windows color (decimal): -6723326 or 158105. OLE color: 158105.

HSL color Cylindrical-coordinate representation of color #996902: hue angle of 40.93º 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 #996902 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 2 -
CMYK 0 0.31 0.99 0.4
HSL 40.93º 0.97% 0.3% -
HSV(B) 40.93º 0.99% 0.6% -
XYZ 18.2 16.88 2.36 -
YUV 107.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 153 105 2 0 0.31 0.99 0.4 40.93 0.97 0.3
Hex 99 69 2 0 1F 63 28 29 61 1E
Octal 231 151 2 0 37 143 50 51 141 36
Binary 10011001 1101001 10 0 11111 1100011 101000 101001 1100001 11110

Color Harmonies of #996902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996902

Black with #996902

Text Example


Text Example

White with #996902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996902; }

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

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

background-color css

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

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

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

border-color css

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

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

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