Html Css Color HEX #96550B Golden Brown

📋 copy color: '#96550B'

red 150 ◦ green 85 ◦ blue 11

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

Shades of Golden Brown #96550B

Tints of Golden Brown #96550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

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

R = 60.98%
G = 34.55%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96550B (or 0x96550B) is known color: Golden Brown. HEX triplet: 96, 55 and 0B. RGB value is (150,85,11). Sum of RGB (Red+Green+Blue) = 150+85+11=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96550B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96550B is #69AAF4. Grayscale: #606060. Windows color (decimal): -6925045 or 742806. OLE color: 742806.

HSL color Cylindrical-coordinate representation of color #96550B: hue angle of 31.94º 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 #96550B is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 11 -
CMYK 0 0.43 0.93 0.41
HSL 31.94º 0.86% 0.32% -
HSV(B) 31.94º 0.93% 0.59% -
XYZ 15.89 13.01 1.99 -
YUV 96 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 150 85 11 0 0.43 0.93 0.41 31.94 0.86 0.32
Hex 96 55 B 0 2B 5D 29 20 56 20
Octal 226 125 13 0 53 135 51 40 126 40
Binary 10010110 1010101 1011 0 101011 1011101 101001 100000 1010110 100000

Color Harmonies of #96550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96550B

Black with #96550B

Text Example


Text Example

White with #96550B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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