Html Css Color HEX #96540C Golden Brown

📋 copy color: '#96540C'

red 150 ◦ green 84 ◦ blue 12

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

Shades of Golden Brown #96540C

Tints of Golden Brown #96540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

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

R = 60.98%
G = 34.15%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96540C (or 0x96540C) is known color: Golden Brown. HEX triplet: 96, 54 and 0C. RGB value is (150,84,12). Sum of RGB (Red+Green+Blue) = 150+84+12=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96540C is #69ABF3. Grayscale: #5F5F5F. Windows color (decimal): -6925300 or 808086. OLE color: 808086.

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

Color convert

RGB 150 84 12 -
CMYK 0 0.44 0.92 0.41
HSL 31.3º 0.85% 0.32% -
HSV(B) 31.3º 0.92% 0.59% -
XYZ 15.81 12.85 1.99 -
YUV 95.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 150 84 12 0 0.44 0.92 0.41 31.3 0.85 0.32
Hex 96 54 C 0 2C 5C 29 1F 55 20
Octal 226 124 14 0 54 134 51 37 125 40
Binary 10010110 1010100 1100 0 101100 1011100 101001 11111 1010101 100000

Color Harmonies of #96540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96540C

Black with #96540C

Text Example


Text Example

White with #96540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96540C; }

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

 H1.HeaderClassName
 {
   color: #96540C;
 }
 .AnyTagClassName
 {
   color: #96540C;
 }
</style>

background-color css

<style>
 a { background-color: #96540C; }

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

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

border-color css

<style>
 span { border-color: #96540C; }

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

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