Html Css Color HEX #967013 Golden Brown

📋 copy color: '#967013'

red 150 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #967013

Tints of Golden Brown #967013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 53.38%
G = 39.86%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#967013 (or 0x967013) is known color: Golden Brown. HEX triplet: 96, 70 and 13. RGB value is (150,112,19). Sum of RGB (Red+Green+Blue) = 150+112+19=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #967013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967013 is #698FEC. Grayscale: #717171. Windows color (decimal): -6918125 or 1274006. OLE color: 1274006.

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

Color convert

RGB 150 112 19 -
CMYK 0 0.25 0.87 0.41
HSL 42.6º 0.78% 0.33% -
HSV(B) 42.6º 0.87% 0.59% -
XYZ 18.49 18.12 3.14 -
YUV 112.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 150 112 19 0 0.25 0.87 0.41 42.6 0.78 0.33
Hex 96 70 13 0 19 57 29 2B 4E 21
Octal 226 160 23 0 31 127 51 53 116 41
Binary 10010110 1110000 10011 0 11001 1010111 101001 101011 1001110 100001

Color Harmonies of #967013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967013

Black with #967013

Text Example


Text Example

White with #967013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967013; }

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

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

background-color css

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

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

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

border-color css

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

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

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