Html Css Color HEX #996804 Golden Brown

📋 copy color: '#996804'

red 153 ◦ green 104 ◦ blue 4

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

Shades of Golden Brown #996804

Tints of Golden Brown #996804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.85%

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 58.62%
G = 39.85%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#996804 (or 0x996804) is known color: Golden Brown. HEX triplet: 99, 68 and 04. RGB value is (153,104,4). Sum of RGB (Red+Green+Blue) = 153+104+4=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #996804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996804 is #6697FB. Grayscale: #6B6B6B. Windows color (decimal): -6723580 or 288921. OLE color: 288921.

HSL color Cylindrical-coordinate representation of color #996804: hue angle of 40.27º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #996804 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 4 -
CMYK 0 0.32 0.97 0.4
HSL 40.27º 0.95% 0.31% -
HSV(B) 40.27º 0.97% 0.6% -
XYZ 18.11 16.68 2.38 -
YUV 107.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 153 104 4 0 0.32 0.97 0.4 40.27 0.95 0.31
Hex 99 68 4 0 20 61 28 28 5F 1F
Octal 231 150 4 0 40 141 50 50 137 37
Binary 10011001 1101000 100 0 100000 1100001 101000 101000 1011111 11111

Color Harmonies of #996804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996804

Black with #996804

Text Example


Text Example

White with #996804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996804; }

 p { color: rgb(153,104,4); }

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

background-color css

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

 a { background-color: rgb(153,104,4); }

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

border-color css

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

 span { border-color: rgb(153,104,4); }

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