Html Css Color HEX #965F06 Golden Brown

📋 copy color: '#965F06'

red 150 ◦ green 95 ◦ blue 6

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

Shades of Golden Brown #965F06

Tints of Golden Brown #965F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.39%

R = 59.76%
G = 37.85%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#965F06 (or 0x965F06) is known color: Golden Brown. HEX triplet: 96, 5F and 06. RGB value is (150,95,6). Sum of RGB (Red+Green+Blue) = 150+95+6=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #965F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F06 is #69A0F9. Grayscale: #656565. Windows color (decimal): -6922490 or 417686. OLE color: 417686.

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

Color convert

RGB 150 95 6 -
CMYK 0 0.37 0.96 0.41
HSL 37.08º 0.92% 0.31% -
HSV(B) 37.08º 0.96% 0.59% -
XYZ 16.7 14.68 2.13 -
YUV 101.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 150 95 6 0 0.37 0.96 0.41 37.08 0.92 0.31
Hex 96 5F 6 0 25 60 29 25 5C 1F
Octal 226 137 6 0 45 140 51 45 134 37
Binary 10010110 1011111 110 0 100101 1100000 101001 100101 1011100 11111

Color Harmonies of #965F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F06

Black with #965F06

Text Example


Text Example

White with #965F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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