Html Css Color HEX #996400 Golden Brown

📋 copy color: '#996400'

red 153 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #996400

Tints of Golden Brown #996400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.47%
G = 39.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#996400 (or 0x996400) is known color: Golden Brown. HEX triplet: 99, 64 and 00. RGB value is (153,100,0). Sum of RGB (Red+Green+Blue) = 153+100+0=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #996400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996400 is #669BFF. Grayscale: #686868. Windows color (decimal): -6724608 or 25753. OLE color: 25753.

HSL color Cylindrical-coordinate representation of color #996400: hue angle of 39.22º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #996400 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 0 -
CMYK 0 0.35 1 0.4
HSL 39.22º 1% 0.3% -
HSV(B) 39.22º 1% 0.6% -
XYZ 17.69 15.89 2.13 -
YUV 104.45 69.06 162.63 -
System Red Green Blue C M Y K H S L
Decimal 153 100 0 0 0.35 1 0.4 39.22 1 0.3
Hex 99 64 0 0 23 64 28 27 64 1E
Octal 231 144 0 0 43 144 50 47 144 36
Binary 10011001 1100100 0 0 100011 1100100 101000 100111 1100100 11110

Color Harmonies of #996400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996400

Black with #996400

Text Example


Text Example

White with #996400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996400; }

 p { color: rgb(153,100,0); }

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

background-color css

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

 a { background-color: rgb(153,100,0); }

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

border-color css

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

 span { border-color: rgb(153,100,0); }

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