Html Css Color HEX #9B6652 Dark Tan

📋 copy color: '#9B6652'

red 155 ◦ green 102 ◦ blue 82

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

Shades of Dark Tan #9B6652

Tints of Dark Tan #9B6652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

 BLUE value IS 82 (32.42% from 255) = 24.19%

R = 45.72%
G = 30.09%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9B6652 (or 0x9B6652) is known color: Dark Tan. HEX triplet: 9B, 66 and 52. RGB value is (155,102,82). Sum of RGB (Red+Green+Blue) = 155+102+82=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6652 is #6499AD. Grayscale: #737373. Windows color (decimal): -6592942 or 5400219. OLE color: 5400219.

HSL color Cylindrical-coordinate representation of color #9B6652: hue angle of 16.44º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B6652 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 102 82 -
CMYK 0 0.34 0.47 0.39
HSL 16.44º 0.31% 0.46% -
HSV(B) 16.44º 0.47% 0.61% -
XYZ 19.79 17.08 10.24 -
YUV 115.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 155 102 82 0 0.34 0.47 0.39 16.44 0.31 0.46
Hex 9B 66 52 0 22 2F 27 10 1F 2E
Octal 233 146 122 0 42 57 47 20 37 56
Binary 10011011 1100110 1010010 0 100010 101111 100111 10000 11111 101110

Color Harmonies of #9B6652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6652

Black with #9B6652

Text Example


Text Example

White with #9B6652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,102,82); }

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

background-color css

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

 a { background-color: rgb(155,102,82); }

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

border-color css

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

 span { border-color: rgb(155,102,82); }

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