Html Css Color HEX #965F0C Golden Brown

📋 copy color: '#965F0C'

red 150 ◦ green 95 ◦ blue 12

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

Shades of Golden Brown #965F0C

Tints of Golden Brown #965F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 58.37%
G = 36.96%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#965F0C (or 0x965F0C) is known color: Golden Brown. HEX triplet: 96, 5F and 0C. RGB value is (150,95,12). Sum of RGB (Red+Green+Blue) = 150+95+12=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #965F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F0C is #69A0F3. Grayscale: #666666. Windows color (decimal): -6922484 or 810902. OLE color: 810902.

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

Color convert

RGB 150 95 12 -
CMYK 0 0.37 0.92 0.41
HSL 36.09º 0.85% 0.32% -
HSV(B) 36.09º 0.92% 0.59% -
XYZ 16.74 14.69 2.3 -
YUV 101.98 77.22 162.25 -
System Red Green Blue C M Y K H S L
Decimal 150 95 12 0 0.37 0.92 0.41 36.09 0.85 0.32
Hex 96 5F C 0 25 5C 29 24 55 20
Octal 226 137 14 0 45 134 51 44 125 40
Binary 10010110 1011111 1100 0 100101 1011100 101001 100100 1010101 100000

Color Harmonies of #965F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F0C

Black with #965F0C

Text Example


Text Example

White with #965F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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