Html Css Color HEX #9B6141 Desert

📋 copy color: '#9B6141'

red 155 ◦ green 97 ◦ blue 65

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

Shades of Desert #9B6141

Tints of Desert #9B6141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.6%

 BLUE value IS 65 (25.78% from 255) = 20.5%

R = 48.9%
G = 30.6%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B6141 (or 0x9B6141) is known color: Desert. HEX triplet: 9B, 61 and 41. RGB value is (155,97,65). Sum of RGB (Red+Green+Blue) = 155+97+65=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6141 is #649EBE. Grayscale: #6E6E6E. Windows color (decimal): -6594239 or 4284827. OLE color: 4284827.

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

Color convert

RGB 155 97 65 -
CMYK 0 0.37 0.58 0.39
HSL 21.33º 0.41% 0.43% -
HSV(B) 21.33º 0.58% 0.61% -
XYZ 18.75 15.9 7.08 -
YUV 110.69 102.22 159.6 -
System Red Green Blue C M Y K H S L
Decimal 155 97 65 0 0.37 0.58 0.39 21.33 0.41 0.43
Hex 9B 61 41 0 25 3A 27 15 29 2B
Octal 233 141 101 0 45 72 47 25 51 53
Binary 10011011 1100001 1000001 0 100101 111010 100111 10101 101001 101011

Color Harmonies of #9B6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6141

Black with #9B6141

Text Example


Text Example

White with #9B6141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,97,65); }

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

background-color css

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

 a { background-color: rgb(155,97,65); }

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

border-color css

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

 span { border-color: rgb(155,97,65); }

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