Html Css Color HEX #9B6040 Desert

📋 copy color: '#9B6040'

red 155 ◦ green 96 ◦ blue 64

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

Shades of Desert #9B6040

Tints of Desert #9B6040

RGB

 RED value IS 155 (60.94% from 255) = 49.21%

 GREEN value IS 96 (37.89% from 255) = 30.48%

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 49.21%
G = 30.48%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B6040 (or 0x9B6040) is known color: Desert. HEX triplet: 9B, 60 and 40. RGB value is (155,96,64). Sum of RGB (Red+Green+Blue) = 155+96+64=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6040 is #649FBF. Grayscale: #6E6E6E. Windows color (decimal): -6594496 or 4219035. OLE color: 4219035.

HSL color Cylindrical-coordinate representation of color #9B6040: hue angle of 21.1º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B6040 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 96 64 -
CMYK 0 0.38 0.59 0.39
HSL 21.1º 0.42% 0.43% -
HSV(B) 21.1º 0.59% 0.61% -
XYZ 18.63 15.7 6.9 -
YUV 109.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 155 96 64 0 0.38 0.59 0.39 21.1 0.42 0.43
Hex 9B 60 40 0 26 3B 27 15 2A 2B
Octal 233 140 100 0 46 73 47 25 52 53
Binary 10011011 1100000 1000000 0 100110 111011 100111 10101 101010 101011

Color Harmonies of #9B6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6040

Black with #9B6040

Text Example


Text Example

White with #9B6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B6040; }

 p { color: rgb(155,96,64); }

 H1.HeaderClassName
 {
   color: #9B6040;
 }
 .AnyTagClassName
 {
   color: #9B6040;
 }
</style>

background-color css

<style>
 a { background-color: #9B6040; }

 a { background-color: rgb(155,96,64); }

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

border-color css

<style>
 span { border-color: #9B6040; }

 span { border-color: rgb(155,96,64); }

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