Html Css Color HEX #967211 Golden Brown

📋 copy color: '#967211'

red 150 ◦ green 114 ◦ blue 17

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

Shades of Golden Brown #967211

Tints of Golden Brown #967211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 53.38%
G = 40.57%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#967211 (or 0x967211) is known color: Golden Brown. HEX triplet: 96, 72 and 11. RGB value is (150,114,17). Sum of RGB (Red+Green+Blue) = 150+114+17=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #967211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967211 is #698DEE. Grayscale: #727272. Windows color (decimal): -6917615 or 1143446. OLE color: 1143446.

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

Color convert

RGB 150 114 17 -
CMYK 0 0.24 0.89 0.41
HSL 43.76º 0.8% 0.33% -
HSV(B) 43.76º 0.89% 0.59% -
XYZ 18.7 18.56 3.13 -
YUV 113.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 150 114 17 0 0.24 0.89 0.41 43.76 0.8 0.33
Hex 96 72 11 0 18 59 29 2C 50 21
Octal 226 162 21 0 30 131 51 54 120 41
Binary 10010110 1110010 10001 0 11000 1011001 101001 101100 1010000 100001

Color Harmonies of #967211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967211

Black with #967211

Text Example


Text Example

White with #967211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967211; }

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

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

background-color css

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

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

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

border-color css

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

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

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