Html Css Color HEX #967314 Golden Brown

📋 copy color: '#967314'

red 150 ◦ green 115 ◦ blue 20

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

Shades of Golden Brown #967314

Tints of Golden Brown #967314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 52.63%
G = 40.35%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#967314 (or 0x967314) is known color: Golden Brown. HEX triplet: 96, 73 and 14. RGB value is (150,115,20). Sum of RGB (Red+Green+Blue) = 150+115+20=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #967314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967314 is #698CEB. Grayscale: #737373. Windows color (decimal): -6917356 or 1340310. OLE color: 1340310.

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

Color convert

RGB 150 115 20 -
CMYK 0 0.23 0.87 0.41
HSL 43.85º 0.76% 0.33% -
HSV(B) 43.85º 0.87% 0.59% -
XYZ 18.83 18.8 3.3 -
YUV 114.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 150 115 20 0 0.23 0.87 0.41 43.85 0.76 0.33
Hex 96 73 14 0 17 57 29 2C 4C 21
Octal 226 163 24 0 27 127 51 54 114 41
Binary 10010110 1110011 10100 0 10111 1010111 101001 101100 1001100 100001

Color Harmonies of #967314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967314

Black with #967314

Text Example


Text Example

White with #967314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967314; }

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

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

background-color css

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

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

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

border-color css

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

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

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