Html Css Color HEX #965F0F Golden Brown

📋 copy color: '#965F0F'

red 150 ◦ green 95 ◦ blue 15

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

Shades of Golden Brown #965F0F

Tints of Golden Brown #965F0F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

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

R = 57.69%
G = 36.54%
B = 5.77%

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

#965F0F (or 0x965F0F) is known color: Golden Brown. HEX triplet: 96, 5F and 0F. RGB value is (150,95,15). Sum of RGB (Red+Green+Blue) = 150+95+15=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #965F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F0F is #69A0F0. Grayscale: #666666. Windows color (decimal): -6922481 or 1007510. OLE color: 1007510.

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

Color convert

RGB 150 95 15 -
CMYK 0 0.37 0.9 0.41
HSL 35.56º 0.82% 0.32% -
HSV(B) 35.56º 0.9% 0.59% -
XYZ 16.76 14.7 2.41 -
YUV 102.33 78.72 162 -
System Red Green Blue C M Y K H S L
Decimal 150 95 15 0 0.37 0.9 0.41 35.56 0.82 0.32
Hex 96 5F F 0 25 5A 29 24 52 20
Octal 226 137 17 0 45 132 51 44 122 40
Binary 10010110 1011111 1111 0 100101 1011010 101001 100100 1010010 100000

Color Harmonies of #965F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F0F

Black with #965F0F

Text Example


Text Example

White with #965F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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