Html Css Color HEX #9C634A Dark Tan

📋 copy color: '#9C634A'

red 156 ◦ green 99 ◦ blue 74

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

Shades of Dark Tan #9C634A

Tints of Dark Tan #9C634A

RGB

 RED value IS 156 (61.33% from 255) = 47.42%

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

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

R = 47.42%
G = 30.09%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C634A (or 0x9C634A) is known color: Dark Tan. HEX triplet: 9C, 63 and 4A. RGB value is (156,99,74). Sum of RGB (Red+Green+Blue) = 156+99+74=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C634A is #639CB5. Grayscale: #717171. Windows color (decimal): -6528182 or 4875164. OLE color: 4875164.

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

Color convert

RGB 156 99 74 -
CMYK 0 0.37 0.53 0.39
HSL 18.29º 0.36% 0.45% -
HSV(B) 18.29º 0.53% 0.61% -
XYZ 19.41 16.49 8.64 -
YUV 113.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 156 99 74 0 0.37 0.53 0.39 18.29 0.36 0.45
Hex 9C 63 4A 0 25 35 27 12 24 2D
Octal 234 143 112 0 45 65 47 22 44 55
Binary 10011100 1100011 1001010 0 100101 110101 100111 10010 100100 101101

Color Harmonies of #9C634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C634A

Black with #9C634A

Text Example


Text Example

White with #9C634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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