Html Css Color HEX #965A0C Golden Brown

📋 copy color: '#965A0C'

red 150 ◦ green 90 ◦ blue 12

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

Shades of Golden Brown #965A0C

Tints of Golden Brown #965A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

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

R = 59.52%
G = 35.71%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#965A0C (or 0x965A0C) is known color: Golden Brown. HEX triplet: 96, 5A and 0C. RGB value is (150,90,12). Sum of RGB (Red+Green+Blue) = 150+90+12=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #965A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965A0C is #69A5F3. Grayscale: #636363. Windows color (decimal): -6923764 or 809622. OLE color: 809622.

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

Color convert

RGB 150 90 12 -
CMYK 0 0.4 0.92 0.41
HSL 33.91º 0.85% 0.32% -
HSV(B) 33.91º 0.92% 0.59% -
XYZ 16.3 13.82 2.16 -
YUV 99.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 150 90 12 0 0.4 0.92 0.41 33.91 0.85 0.32
Hex 96 5A C 0 28 5C 29 22 55 20
Octal 226 132 14 0 50 134 51 42 125 40
Binary 10010110 1011010 1100 0 101000 1011100 101001 100010 1010101 100000

Color Harmonies of #965A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A0C

Black with #965A0C

Text Example


Text Example

White with #965A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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