Html Css Color HEX #995906 Golden Brown

📋 copy color: '#995906'

red 153 ◦ green 89 ◦ blue 6

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

Shades of Golden Brown #995906

Tints of Golden Brown #995906

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.89%

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 61.69%
G = 35.89%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#995906 (or 0x995906) is known color: Golden Brown. HEX triplet: 99, 59 and 06. RGB value is (153,89,6). Sum of RGB (Red+Green+Blue) = 153+89+6=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #995906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995906 is #66A6F9. Grayscale: #636363. Windows color (decimal): -6727418 or 416153. OLE color: 416153.

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

Color convert

RGB 153 89 6 -
CMYK 0 0.42 0.96 0.4
HSL 33.88º 0.92% 0.31% -
HSV(B) 33.88º 0.96% 0.6% -
XYZ 16.74 13.93 1.98 -
YUV 98.67 75.7 166.75 -
System Red Green Blue C M Y K H S L
Decimal 153 89 6 0 0.42 0.96 0.4 33.88 0.92 0.31
Hex 99 59 6 0 2A 60 28 22 5C 1F
Octal 231 131 6 0 52 140 50 42 134 37
Binary 10011001 1011001 110 0 101010 1100000 101000 100010 1011100 11111

Color Harmonies of #995906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995906

Black with #995906

Text Example


Text Example

White with #995906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995906; }

 p { color: rgb(153,89,6); }

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

background-color css

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

 a { background-color: rgb(153,89,6); }

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

border-color css

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

 span { border-color: rgb(153,89,6); }

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