Html Css Color HEX #957006 Golden Brown

📋 copy color: '#957006'

red 149 ◦ green 112 ◦ blue 6

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

Shades of Golden Brown #957006

Tints of Golden Brown #957006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.95%

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

R = 55.81%
G = 41.95%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#957006 (or 0x957006) is known color: Golden Brown. HEX triplet: 95, 70 and 06. RGB value is (149,112,6). Sum of RGB (Red+Green+Blue) = 149+112+6=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #957006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957006 is #6A8FF9. Grayscale: #6F6F6F. Windows color (decimal): -6983674 or 422037. OLE color: 422037.

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

Color convert

RGB 149 112 6 -
CMYK 0 0.25 0.96 0.42
HSL 44.48º 0.92% 0.3% -
HSV(B) 44.48º 0.96% 0.58% -
XYZ 18.22 17.99 2.68 -
YUV 110.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 149 112 6 0 0.25 0.96 0.42 44.48 0.92 0.3
Hex 95 70 6 0 19 60 2A 2C 5C 1E
Octal 225 160 6 0 31 140 52 54 134 36
Binary 10010101 1110000 110 0 11001 1100000 101010 101100 1011100 11110

Color Harmonies of #957006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957006

Black with #957006

Text Example


Text Example

White with #957006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957006; }

 p { color: rgb(149,112,6); }

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

background-color css

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

 a { background-color: rgb(149,112,6); }

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

border-color css

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

 span { border-color: rgb(149,112,6); }

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