Html Css Color HEX #967213 Golden Brown

📋 copy color: '#967213'

red 150 ◦ green 114 ◦ blue 19

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

Shades of Golden Brown #967213

Tints of Golden Brown #967213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.28%

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

R = 53%
G = 40.28%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#967213 (or 0x967213) is known color: Golden Brown. HEX triplet: 96, 72 and 13. RGB value is (150,114,19). Sum of RGB (Red+Green+Blue) = 150+114+19=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #967213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967213 is #698DEC. Grayscale: #727272. Windows color (decimal): -6917613 or 1274518. OLE color: 1274518.

HSL color Cylindrical-coordinate representation of color #967213: hue angle of 43.51º 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 #967213 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 19 -
CMYK 0 0.24 0.87 0.41
HSL 43.51º 0.78% 0.33% -
HSV(B) 43.51º 0.87% 0.59% -
XYZ 18.71 18.57 3.21 -
YUV 113.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 150 114 19 0 0.24 0.87 0.41 43.51 0.78 0.33
Hex 96 72 13 0 18 57 29 2C 4E 21
Octal 226 162 23 0 30 127 51 54 116 41
Binary 10010110 1110010 10011 0 11000 1010111 101001 101100 1001110 100001

Color Harmonies of #967213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967213

Black with #967213

Text Example


Text Example

White with #967213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967213; }

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

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

background-color css

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

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

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

border-color css

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

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

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