Html Css Color HEX #967415 Golden Brown

📋 copy color: '#967415'

red 150 ◦ green 116 ◦ blue 21

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

Shades of Golden Brown #967415

Tints of Golden Brown #967415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 52.26%
G = 40.42%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#967415 (or 0x967415) is known color: Golden Brown. HEX triplet: 96, 74 and 15. RGB value is (150,116,21). Sum of RGB (Red+Green+Blue) = 150+116+21=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #967415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967415 is #698BEA. Grayscale: #737373. Windows color (decimal): -6917099 or 1406102. OLE color: 1406102.

HSL color Cylindrical-coordinate representation of color #967415: hue angle of 44.19º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #967415 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 21 -
CMYK 0 0.23 0.86 0.41
HSL 44.19º 0.75% 0.34% -
HSV(B) 44.19º 0.86% 0.59% -
XYZ 18.96 19.03 3.38 -
YUV 115.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 150 116 21 0 0.23 0.86 0.41 44.19 0.75 0.34
Hex 96 74 15 0 17 56 29 2C 4B 22
Octal 226 164 25 0 27 126 51 54 113 42
Binary 10010110 1110100 10101 0 10111 1010110 101001 101100 1001011 100010

Color Harmonies of #967415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967415

Black with #967415

Text Example


Text Example

White with #967415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967415; }

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

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

background-color css

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

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

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

border-color css

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

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

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