Html Css Color HEX #9B6341 Desert

📋 copy color: '#9B6341'

red 155 ◦ green 99 ◦ blue 65

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

Shades of Desert #9B6341

Tints of Desert #9B6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.03%

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

R = 48.59%
G = 31.03%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B6341 (or 0x9B6341) is known color: Desert. HEX triplet: 9B, 63 and 41. RGB value is (155,99,65). Sum of RGB (Red+Green+Blue) = 155+99+65=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6341 is #649CBE. Grayscale: #707070. Windows color (decimal): -6593727 or 4285339. OLE color: 4285339.

HSL color Cylindrical-coordinate representation of color #9B6341: hue angle of 22.67º 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 #9B6341 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 65 -
CMYK 0 0.36 0.58 0.39
HSL 22.67º 0.41% 0.43% -
HSV(B) 22.67º 0.58% 0.61% -
XYZ 18.93 16.27 7.14 -
YUV 111.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 155 99 65 0 0.36 0.58 0.39 22.67 0.41 0.43
Hex 9B 63 41 0 24 3A 27 17 29 2B
Octal 233 143 101 0 44 72 47 27 51 53
Binary 10011011 1100011 1000001 0 100100 111010 100111 10111 101001 101011

Color Harmonies of #9B6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6341

Black with #9B6341

Text Example


Text Example

White with #9B6341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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