Html Css Color HEX #956012 Golden Brown

📋 copy color: '#956012'

red 149 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #956012

Tints of Golden Brown #956012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 56.65%
G = 36.5%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#956012 (or 0x956012) is known color: Golden Brown. HEX triplet: 95, 60 and 12. RGB value is (149,96,18). Sum of RGB (Red+Green+Blue) = 149+96+18=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #956012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956012 is #6A9FED. Grayscale: #676767. Windows color (decimal): -6987758 or 1204373. OLE color: 1204373.

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

Color convert

RGB 149 96 18 -
CMYK 0 0.36 0.88 0.42
HSL 35.73º 0.78% 0.33% -
HSV(B) 35.73º 0.88% 0.58% -
XYZ 16.69 14.8 2.55 -
YUV 102.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 149 96 18 0 0.36 0.88 0.42 35.73 0.78 0.33
Hex 95 60 12 0 24 58 2A 24 4E 21
Octal 225 140 22 0 44 130 52 44 116 41
Binary 10010101 1100000 10010 0 100100 1011000 101010 100100 1001110 100001

Color Harmonies of #956012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956012

Black with #956012

Text Example


Text Example

White with #956012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956012; }

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

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

background-color css

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

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

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

border-color css

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

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

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