Html Css Color HEX #965F07 Golden Brown

📋 copy color: '#965F07'

red 150 ◦ green 95 ◦ blue 7

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

Shades of Golden Brown #965F07

Tints of Golden Brown #965F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.78%

R = 59.52%
G = 37.7%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#965F07 (or 0x965F07) is known color: Golden Brown. HEX triplet: 96, 5F and 07. RGB value is (150,95,7). Sum of RGB (Red+Green+Blue) = 150+95+7=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #965F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F07 is #69A0F8. Grayscale: #656565. Windows color (decimal): -6922489 or 483222. OLE color: 483222.

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

Color convert

RGB 150 95 7 -
CMYK 0 0.37 0.95 0.41
HSL 36.92º 0.91% 0.31% -
HSV(B) 36.92º 0.95% 0.59% -
XYZ 16.71 14.68 2.15 -
YUV 101.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 150 95 7 0 0.37 0.95 0.41 36.92 0.91 0.31
Hex 96 5F 7 0 25 5F 29 25 5B 1F
Octal 226 137 7 0 45 137 51 45 133 37
Binary 10010110 1011111 111 0 100101 1011111 101001 100101 1011011 11111

Color Harmonies of #965F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F07

Black with #965F07

Text Example


Text Example

White with #965F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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