Html Css Color HEX #967512 Golden Brown

📋 copy color: '#967512'

red 150 ◦ green 117 ◦ blue 18

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

Shades of Golden Brown #967512

Tints of Golden Brown #967512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.05%

 BLUE value IS 18 (7.42% from 255) = 6.32%

R = 52.63%
G = 41.05%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#967512 (or 0x967512) is known color: Golden Brown. HEX triplet: 96, 75 and 12. RGB value is (150,117,18). Sum of RGB (Red+Green+Blue) = 150+117+18=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #967512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967512 is #698AED. Grayscale: #747474. Windows color (decimal): -6916846 or 1209750. OLE color: 1209750.

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

Color convert

RGB 150 117 18 -
CMYK 0 0.22 0.88 0.41
HSL 45º 0.79% 0.33% -
HSV(B) 45º 0.88% 0.59% -
XYZ 19.05 19.25 3.28 -
YUV 115.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 150 117 18 0 0.22 0.88 0.41 45 0.79 0.33
Hex 96 75 12 0 16 58 29 2D 4F 21
Octal 226 165 22 0 26 130 51 55 117 41
Binary 10010110 1110101 10010 0 10110 1011000 101001 101101 1001111 100001

Color Harmonies of #967512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967512

Black with #967512

Text Example


Text Example

White with #967512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967512; }

 p { color: rgb(150,117,18); }

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

background-color css

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

 a { background-color: rgb(150,117,18); }

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

border-color css

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

 span { border-color: rgb(150,117,18); }

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