Html Css Color HEX #967411 Golden Brown

📋 copy color: '#967411'

red 150 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #967411

Tints of Golden Brown #967411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

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

R = 53%
G = 40.99%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#967411 (or 0x967411) is known color: Golden Brown. HEX triplet: 96, 74 and 11. RGB value is (150,116,17). Sum of RGB (Red+Green+Blue) = 150+116+17=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #967411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967411 is #698BEE. Grayscale: #737373. Windows color (decimal): -6917103 or 1143958. OLE color: 1143958.

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

Color convert

RGB 150 116 17 -
CMYK 0 0.23 0.89 0.41
HSL 44.66º 0.8% 0.33% -
HSV(B) 44.66º 0.89% 0.59% -
XYZ 18.92 19.02 3.2 -
YUV 114.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 150 116 17 0 0.23 0.89 0.41 44.66 0.8 0.33
Hex 96 74 11 0 17 59 29 2D 50 21
Octal 226 164 21 0 27 131 51 55 120 41
Binary 10010110 1110100 10001 0 10111 1011001 101001 101101 1010000 100001

Color Harmonies of #967411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967411

Black with #967411

Text Example


Text Example

White with #967411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967411; }

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

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

background-color css

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

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

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

border-color css

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

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

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