Html Css Color HEX #965E0F Golden Brown

📋 copy color: '#965E0F'

red 150 ◦ green 94 ◦ blue 15

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

Shades of Golden Brown #965E0F

Tints of Golden Brown #965E0F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.29%

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 57.92%
G = 36.29%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#965E0F (or 0x965E0F) is known color: Golden Brown. HEX triplet: 96, 5E and 0F. RGB value is (150,94,15). Sum of RGB (Red+Green+Blue) = 150+94+15=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #965E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965E0F is #69A1F0. Grayscale: #666666. Windows color (decimal): -6922737 or 1007254. OLE color: 1007254.

HSL color Cylindrical-coordinate representation of color #965E0F: hue angle of 35.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #965E0F is Cyan = 0, Magento = 0.37, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 94 15 -
CMYK 0 0.37 0.9 0.41
HSL 35.11º 0.82% 0.32% -
HSV(B) 35.11º 0.9% 0.59% -
XYZ 16.67 14.52 2.38 -
YUV 101.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 150 94 15 0 0.37 0.9 0.41 35.11 0.82 0.32
Hex 96 5E F 0 25 5A 29 23 52 20
Octal 226 136 17 0 45 132 51 43 122 40
Binary 10010110 1011110 1111 0 100101 1011010 101001 100011 1010010 100000

Color Harmonies of #965E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E0F

Black with #965E0F

Text Example


Text Example

White with #965E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,94,15); }

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

background-color css

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

 a { background-color: rgb(150,94,15); }

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

border-color css

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

 span { border-color: rgb(150,94,15); }

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