Html Css Color HEX #9B614C Dark Tan

📋 copy color: '#9B614C'

red 155 ◦ green 97 ◦ blue 76

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

Shades of Dark Tan #9B614C

Tints of Dark Tan #9B614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 47.26%
G = 29.57%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B614C (or 0x9B614C) is known color: Dark Tan. HEX triplet: 9B, 61 and 4C. RGB value is (155,97,76). Sum of RGB (Red+Green+Blue) = 155+97+76=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B614C is #649EB3. Grayscale: #707070. Windows color (decimal): -6594228 or 5005723. OLE color: 5005723.

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

Color convert

RGB 155 97 76 -
CMYK 0 0.37 0.51 0.39
HSL 15.95º 0.34% 0.45% -
HSV(B) 15.95º 0.51% 0.61% -
XYZ 19.1 16.04 8.93 -
YUV 111.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 155 97 76 0 0.37 0.51 0.39 15.95 0.34 0.45
Hex 9B 61 4C 0 25 33 27 10 22 2D
Octal 233 141 114 0 45 63 47 20 42 55
Binary 10011011 1100001 1001100 0 100101 110011 100111 10000 100010 101101

Color Harmonies of #9B614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B614C

Black with #9B614C

Text Example


Text Example

White with #9B614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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