Html Css Color HEX #9B634A Dark Tan

📋 copy color: '#9B634A'

red 155 ◦ green 99 ◦ blue 74

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

Shades of Dark Tan #9B634A

Tints of Dark Tan #9B634A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 47.26%
G = 30.18%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B634A (or 0x9B634A) is known color: Dark Tan. HEX triplet: 9B, 63 and 4A. RGB value is (155,99,74). Sum of RGB (Red+Green+Blue) = 155+99+74=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B634A is #649CB5. Grayscale: #717171. Windows color (decimal): -6593718 or 4875163. OLE color: 4875163.

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

Color convert

RGB 155 99 74 -
CMYK 0 0.36 0.52 0.39
HSL 18.52º 0.35% 0.45% -
HSV(B) 18.52º 0.52% 0.61% -
XYZ 19.22 16.39 8.63 -
YUV 112.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 155 99 74 0 0.36 0.52 0.39 18.52 0.35 0.45
Hex 9B 63 4A 0 24 34 27 13 23 2D
Octal 233 143 112 0 44 64 47 23 43 55
Binary 10011011 1100011 1001010 0 100100 110100 100111 10011 100011 101101

Color Harmonies of #9B634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B634A

Black with #9B634A

Text Example


Text Example

White with #9B634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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