Html Css Color HEX #956009 Golden Brown

📋 copy color: '#956009'

red 149 ◦ green 96 ◦ blue 9

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

Shades of Golden Brown #956009

Tints of Golden Brown #956009

RGB

 RED value IS 149 (58.59% from 255) = 58.66%

 GREEN value IS 96 (37.89% from 255) = 37.8%

 BLUE value IS 9 (3.91% from 255) = 3.54%

R = 58.66%
G = 37.8%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#956009 (or 0x956009) is known color: Golden Brown. HEX triplet: 95, 60 and 09. RGB value is (149,96,9). Sum of RGB (Red+Green+Blue) = 149+96+9=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #956009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956009 is #6A9FF6. Grayscale: #666666. Windows color (decimal): -6987767 or 614549. OLE color: 614549.

HSL color Cylindrical-coordinate representation of color #956009: hue angle of 37.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #956009 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 9 -
CMYK 0 0.36 0.94 0.42
HSL 37.29º 0.89% 0.31% -
HSV(B) 37.29º 0.94% 0.58% -
XYZ 16.63 14.78 2.23 -
YUV 101.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 149 96 9 0 0.36 0.94 0.42 37.29 0.89 0.31
Hex 95 60 9 0 24 5E 2A 25 59 1F
Octal 225 140 11 0 44 136 52 45 131 37
Binary 10010101 1100000 1001 0 100100 1011110 101010 100101 1011001 11111

Color Harmonies of #956009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956009

Black with #956009

Text Example


Text Example

White with #956009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956009; }

 p { color: rgb(149,96,9); }

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

background-color css

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

 a { background-color: rgb(149,96,9); }

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

border-color css

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

 span { border-color: rgb(149,96,9); }

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