Html Css Color HEX #965712 Golden Brown

📋 copy color: '#965712'

red 150 ◦ green 87 ◦ blue 18

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

Shades of Golden Brown #965712

Tints of Golden Brown #965712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

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

R = 58.82%
G = 34.12%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#965712 (or 0x965712) is known color: Golden Brown. HEX triplet: 96, 57 and 12. RGB value is (150,87,18). Sum of RGB (Red+Green+Blue) = 150+87+18=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965712 is #69A8ED. Grayscale: #626262. Windows color (decimal): -6924526 or 1202070. OLE color: 1202070.

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

Color convert

RGB 150 87 18 -
CMYK 0 0.42 0.88 0.41
HSL 31.36º 0.79% 0.33% -
HSV(B) 31.36º 0.88% 0.59% -
XYZ 16.1 13.34 2.3 -
YUV 97.97 82.87 165.11 -
System Red Green Blue C M Y K H S L
Decimal 150 87 18 0 0.42 0.88 0.41 31.36 0.79 0.33
Hex 96 57 12 0 2A 58 29 1F 4F 21
Octal 226 127 22 0 52 130 51 37 117 41
Binary 10010110 1010111 10010 0 101010 1011000 101001 11111 1001111 100001

Color Harmonies of #965712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965712

Black with #965712

Text Example


Text Example

White with #965712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965712; }

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

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

background-color css

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

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

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

border-color css

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

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

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