Html Css Color HEX #996305 Golden Brown

📋 copy color: '#996305'

red 153 ◦ green 99 ◦ blue 5

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

Shades of Golden Brown #996305

Tints of Golden Brown #996305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 59.53%
G = 38.52%
B = 1.95%

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

#996305 (or 0x996305) is known color: Golden Brown. HEX triplet: 99, 63 and 05. RGB value is (153,99,5). Sum of RGB (Red+Green+Blue) = 153+99+5=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #996305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996305 is #669CFA. Grayscale: #686868. Windows color (decimal): -6724859 or 353177. OLE color: 353177.

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

Color convert

RGB 153 99 5 -
CMYK 0 0.35 0.97 0.4
HSL 38.11º 0.94% 0.31% -
HSV(B) 38.11º 0.97% 0.6% -
XYZ 17.63 15.71 2.25 -
YUV 104.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 153 99 5 0 0.35 0.97 0.4 38.11 0.94 0.31
Hex 99 63 5 0 23 61 28 26 5E 1F
Octal 231 143 5 0 43 141 50 46 136 37
Binary 10011001 1100011 101 0 100011 1100001 101000 100110 1011110 11111

Color Harmonies of #996305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996305

Black with #996305

Text Example


Text Example

White with #996305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996305; }

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

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

background-color css

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

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

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

border-color css

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

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

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