Html Css Color HEX #996B03 Golden Brown

📋 copy color: '#996B03'

red 153 ◦ green 107 ◦ blue 3

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

Shades of Golden Brown #996B03

Tints of Golden Brown #996B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 58.17%
G = 40.68%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#996B03 (or 0x996B03) is known color: Golden Brown. HEX triplet: 99, 6B and 03. RGB value is (153,107,3). Sum of RGB (Red+Green+Blue) = 153+107+3=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #996B03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B03 is #6694FC. Grayscale: #6D6D6D. Windows color (decimal): -6722813 or 224153. OLE color: 224153.

HSL color Cylindrical-coordinate representation of color #996B03: hue angle of 41.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #996B03 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 3 -
CMYK 0 0.30 0.98 0.4
HSL 41.6º 0.96% 0.31% -
HSV(B) 41.6º 0.98% 0.6% -
XYZ 18.41 17.29 2.45 -
YUV 108.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 153 107 3 0 0.30 0.98 0.4 41.6 0.96 0.31
Hex 99 6B 3 0 1E 62 28 2A 60 1F
Octal 231 153 3 0 36 142 50 52 140 37
Binary 10011001 1101011 11 0 11110 1100010 101000 101010 1100000 11111

Color Harmonies of #996B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B03

Black with #996B03

Text Example


Text Example

White with #996B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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