Html Css Color HEX #996105 Golden Brown

📋 copy color: '#996105'

red 153 ◦ green 97 ◦ blue 5

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

Shades of Golden Brown #996105

Tints of Golden Brown #996105

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

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

R = 60%
G = 38.04%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#996105 (or 0x996105) is known color: Golden Brown. HEX triplet: 99, 61 and 05. RGB value is (153,97,5). Sum of RGB (Red+Green+Blue) = 153+97+5=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #996105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996105 is #669EFA. Grayscale: #676767. Windows color (decimal): -6725371 or 352665. OLE color: 352665.

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

Color convert

RGB 153 97 5 -
CMYK 0 0.37 0.97 0.4
HSL 37.3º 0.94% 0.31% -
HSV(B) 37.3º 0.97% 0.6% -
XYZ 17.44 15.33 2.18 -
YUV 103.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 153 97 5 0 0.37 0.97 0.4 37.3 0.94 0.31
Hex 99 61 5 0 25 61 28 25 5E 1F
Octal 231 141 5 0 45 141 50 45 136 37
Binary 10011001 1100001 101 0 100101 1100001 101000 100101 1011110 11111

Color Harmonies of #996105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996105

Black with #996105

Text Example


Text Example

White with #996105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996105; }

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

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

background-color css

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

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

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

border-color css

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

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

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