Html Css Color HEX #96540B Golden Brown

📋 copy color: '#96540B'

red 150 ◦ green 84 ◦ blue 11

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

Shades of Golden Brown #96540B

Tints of Golden Brown #96540B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 61.22%
G = 34.29%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96540B (or 0x96540B) is known color: Golden Brown. HEX triplet: 96, 54 and 0B. RGB value is (150,84,11). Sum of RGB (Red+Green+Blue) = 150+84+11=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96540B is #69ABF4. Grayscale: #5F5F5F. Windows color (decimal): -6925301 or 742550. OLE color: 742550.

HSL color Cylindrical-coordinate representation of color #96540B: hue angle of 31.51º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96540B is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 84 11 -
CMYK 0 0.44 0.93 0.41
HSL 31.51º 0.86% 0.32% -
HSV(B) 31.51º 0.93% 0.59% -
XYZ 15.81 12.85 1.96 -
YUV 95.41 80.37 166.94 -
System Red Green Blue C M Y K H S L
Decimal 150 84 11 0 0.44 0.93 0.41 31.51 0.86 0.32
Hex 96 54 B 0 2C 5D 29 20 56 20
Octal 226 124 13 0 54 135 51 40 126 40
Binary 10010110 1010100 1011 0 101100 1011101 101001 100000 1010110 100000

Color Harmonies of #96540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96540B

Black with #96540B

Text Example


Text Example

White with #96540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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