Html Css Color HEX #996F03 Golden Brown

📋 copy color: '#996F03'

red 153 ◦ green 111 ◦ blue 3

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

Shades of Golden Brown #996F03

Tints of Golden Brown #996F03

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.57%

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

R = 57.3%
G = 41.57%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#996F03 (or 0x996F03) is known color: Golden Brown. HEX triplet: 99, 6F and 03. RGB value is (153,111,3). Sum of RGB (Red+Green+Blue) = 153+111+3=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #996F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F03 is #6690FC. Grayscale: #6F6F6F. Windows color (decimal): -6721789 or 225177. OLE color: 225177.

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

Color convert

RGB 153 111 3 -
CMYK 0 0.27 0.98 0.4
HSL 43.2º 0.96% 0.31% -
HSV(B) 43.2º 0.98% 0.6% -
XYZ 18.84 18.15 2.6 -
YUV 111.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 153 111 3 0 0.27 0.98 0.4 43.2 0.96 0.31
Hex 99 6F 3 0 1B 62 28 2B 60 1F
Octal 231 157 3 0 33 142 50 53 140 37
Binary 10011001 1101111 11 0 11011 1100010 101000 101011 1100000 11111

Color Harmonies of #996F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F03

Black with #996F03

Text Example


Text Example

White with #996F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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