Html Css Color HEX #965D12 Golden Brown

📋 copy color: '#965D12'

red 150 ◦ green 93 ◦ blue 18

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

Shades of Golden Brown #965D12

Tints of Golden Brown #965D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.63%

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

R = 57.47%
G = 35.63%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#965D12 (or 0x965D12) is known color: Golden Brown. HEX triplet: 96, 5D and 12. RGB value is (150,93,18). Sum of RGB (Red+Green+Blue) = 150+93+18=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #965D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965D12 is #69A2ED. Grayscale: #656565. Windows color (decimal): -6922990 or 1203606. OLE color: 1203606.

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

Color convert

RGB 150 93 18 -
CMYK 0 0.38 0.88 0.41
HSL 34.09º 0.79% 0.33% -
HSV(B) 34.09º 0.88% 0.59% -
XYZ 16.6 14.36 2.47 -
YUV 101.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 150 93 18 0 0.38 0.88 0.41 34.09 0.79 0.33
Hex 96 5D 12 0 26 58 29 22 4F 21
Octal 226 135 22 0 46 130 51 42 117 41
Binary 10010110 1011101 10010 0 100110 1011000 101001 100010 1001111 100001

Color Harmonies of #965D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D12

Black with #965D12

Text Example


Text Example

White with #965D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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