Html Css Color HEX #996C03 Golden Brown

📋 copy color: '#996C03'

red 153 ◦ green 108 ◦ blue 3

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

Shades of Golden Brown #996C03

Tints of Golden Brown #996C03

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.91%

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

R = 57.95%
G = 40.91%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#996C03 (or 0x996C03) is known color: Golden Brown. HEX triplet: 99, 6C and 03. RGB value is (153,108,3). Sum of RGB (Red+Green+Blue) = 153+108+3=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #996C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996C03 is #6693FC. Grayscale: #6D6D6D. Windows color (decimal): -6722557 or 224409. OLE color: 224409.

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

Color convert

RGB 153 108 3 -
CMYK 0 0.29 0.98 0.4
HSL 42º 0.96% 0.31% -
HSV(B) 42º 0.98% 0.6% -
XYZ 18.52 17.5 2.49 -
YUV 109.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 153 108 3 0 0.29 0.98 0.4 42 0.96 0.31
Hex 99 6C 3 0 1D 62 28 2A 60 1F
Octal 231 154 3 0 35 142 50 52 140 37
Binary 10011001 1101100 11 0 11101 1100010 101000 101010 1100000 11111

Color Harmonies of #996C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C03

Black with #996C03

Text Example


Text Example

White with #996C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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