Html Css Color HEX #996304 Golden Brown

📋 copy color: '#996304'

red 153 ◦ green 99 ◦ blue 4

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

Shades of Golden Brown #996304

Tints of Golden Brown #996304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

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

R = 59.77%
G = 38.67%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#996304 (or 0x996304) is known color: Golden Brown. HEX triplet: 99, 63 and 04. RGB value is (153,99,4). Sum of RGB (Red+Green+Blue) = 153+99+4=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #996304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996304 is #669CFB. Grayscale: #686868. Windows color (decimal): -6724860 or 287641. OLE color: 287641.

HSL color Cylindrical-coordinate representation of color #996304: hue angle of 38.26º 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 #996304 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 4 -
CMYK 0 0.35 0.97 0.4
HSL 38.26º 0.95% 0.31% -
HSV(B) 38.26º 0.97% 0.6% -
XYZ 17.62 15.7 2.22 -
YUV 104.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 153 99 4 0 0.35 0.97 0.4 38.26 0.95 0.31
Hex 99 63 4 0 23 61 28 26 5F 1F
Octal 231 143 4 0 43 141 50 46 137 37
Binary 10011001 1100011 100 0 100011 1100001 101000 100110 1011111 11111

Color Harmonies of #996304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996304

Black with #996304

Text Example


Text Example

White with #996304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996304; }

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

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

background-color css

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

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

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

border-color css

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

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

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