Html Css Color HEX #9B6752 Dark Tan

📋 copy color: '#9B6752'

red 155 ◦ green 103 ◦ blue 82

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

Shades of Dark Tan #9B6752

Tints of Dark Tan #9B6752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.29%

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

R = 45.59%
G = 30.29%
B = 24.12%

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

#9B6752 (or 0x9B6752) is known color: Dark Tan. HEX triplet: 9B, 67 and 52. RGB value is (155,103,82). Sum of RGB (Red+Green+Blue) = 155+103+82=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6752 is #6498AD. Grayscale: #747474. Windows color (decimal): -6592686 or 5400475. OLE color: 5400475.

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

Color convert

RGB 155 103 82 -
CMYK 0 0.34 0.47 0.39
HSL 17.26º 0.31% 0.46% -
HSV(B) 17.26º 0.47% 0.61% -
XYZ 19.89 17.28 10.27 -
YUV 116.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 155 103 82 0 0.34 0.47 0.39 17.26 0.31 0.46
Hex 9B 67 52 0 22 2F 27 11 1F 2E
Octal 233 147 122 0 42 57 47 21 37 56
Binary 10011011 1100111 1010010 0 100010 101111 100111 10001 11111 101110

Color Harmonies of #9B6752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6752

Black with #9B6752

Text Example


Text Example

White with #9B6752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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