Html Css Color HEX #996B02 Golden Brown

📋 copy color: '#996B02'

red 153 ◦ green 107 ◦ blue 2

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

Shades of Golden Brown #996B02

Tints of Golden Brown #996B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.84%

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

R = 58.4%
G = 40.84%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#996B02 (or 0x996B02) is known color: Golden Brown. HEX triplet: 99, 6B and 02. RGB value is (153,107,2). Sum of RGB (Red+Green+Blue) = 153+107+2=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #996B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B02 is #6694FD. Grayscale: #6D6D6D. Windows color (decimal): -6722814 or 158617. OLE color: 158617.

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

Color convert

RGB 153 107 2 -
CMYK 0 0.30 0.99 0.4
HSL 41.72º 0.97% 0.3% -
HSV(B) 41.72º 0.99% 0.6% -
XYZ 18.41 17.29 2.43 -
YUV 108.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 153 107 2 0 0.30 0.99 0.4 41.72 0.97 0.3
Hex 99 6B 2 0 1E 63 28 2A 61 1E
Octal 231 153 2 0 36 143 50 52 141 36
Binary 10011001 1101011 10 0 11110 1100011 101000 101010 1100001 11110

Color Harmonies of #996B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B02

Black with #996B02

Text Example


Text Example

White with #996B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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