Html Css Color HEX #967315 Golden Brown

📋 copy color: '#967315'

red 150 ◦ green 115 ◦ blue 21

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

Shades of Golden Brown #967315

Tints of Golden Brown #967315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

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

R = 52.45%
G = 40.21%
B = 7.34%

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

#967315 (or 0x967315) is known color: Golden Brown. HEX triplet: 96, 73 and 15. RGB value is (150,115,21). Sum of RGB (Red+Green+Blue) = 150+115+21=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #967315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967315 is #698CEA. Grayscale: #737373. Windows color (decimal): -6917355 or 1405846. OLE color: 1405846.

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

Color convert

RGB 150 115 21 -
CMYK 0 0.23 0.86 0.41
HSL 43.72º 0.75% 0.34% -
HSV(B) 43.72º 0.86% 0.59% -
XYZ 18.84 18.8 3.34 -
YUV 114.75 75.1 153.14 -
System Red Green Blue C M Y K H S L
Decimal 150 115 21 0 0.23 0.86 0.41 43.72 0.75 0.34
Hex 96 73 15 0 17 56 29 2C 4B 22
Octal 226 163 25 0 27 126 51 54 113 42
Binary 10010110 1110011 10101 0 10111 1010110 101001 101100 1001011 100010

Color Harmonies of #967315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967315

Black with #967315

Text Example


Text Example

White with #967315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967315; }

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

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

background-color css

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

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

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

border-color css

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

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

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