Html Css Color HEX #967012 Golden Brown

📋 copy color: '#967012'

red 150 ◦ green 112 ◦ blue 18

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

Shades of Golden Brown #967012

Tints of Golden Brown #967012

RGB

 RED value IS 150 (58.98% from 255) = 53.57%

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

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

R = 53.57%
G = 40%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#967012 (or 0x967012) is known color: Golden Brown. HEX triplet: 96, 70 and 12. RGB value is (150,112,18). Sum of RGB (Red+Green+Blue) = 150+112+18=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #967012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967012 is #698FED. Grayscale: #717171. Windows color (decimal): -6918126 or 1208470. OLE color: 1208470.

HSL color Cylindrical-coordinate representation of color #967012: hue angle of 42.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #967012 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 18 -
CMYK 0 0.25 0.88 0.41
HSL 42.73º 0.79% 0.33% -
HSV(B) 42.73º 0.88% 0.59% -
XYZ 18.48 18.12 3.09 -
YUV 112.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 150 112 18 0 0.25 0.88 0.41 42.73 0.79 0.33
Hex 96 70 12 0 19 58 29 2B 4F 21
Octal 226 160 22 0 31 130 51 53 117 41
Binary 10010110 1110000 10010 0 11001 1011000 101001 101011 1001111 100001

Color Harmonies of #967012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967012

Black with #967012

Text Example


Text Example

White with #967012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967012; }

 p { color: rgb(150,112,18); }

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

background-color css

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

 a { background-color: rgb(150,112,18); }

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

border-color css

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

 span { border-color: rgb(150,112,18); }

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