Html Css Color HEX #C6A576 Putty

📋 copy color: '#C6A576'

red 198 ◦ green 165 ◦ blue 118

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

Shades of Putty #C6A576

Tints of Putty #C6A576

RGB

 RED value IS 198 (77.73% from 255) = 41.16%

 GREEN value IS 165 (64.84% from 255) = 34.3%

 BLUE value IS 118 (46.48% from 255) = 24.53%

R = 41.16%
G = 34.3%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C6A576 (or 0xC6A576) is known color: Putty. HEX triplet: C6, A5 and 76. RGB value is (198,165,118). Sum of RGB (Red+Green+Blue) = 198+165+118=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A576 is #395A89. Grayscale: #A9A9A9. Windows color (decimal): -3758730 or 7775686. OLE color: 7775686.

HSL color Cylindrical-coordinate representation of color #C6A576: hue angle of 35.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6A576 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 165 118 -
CMYK 0 0.17 0.40 0.22
HSL 35.25º 0.41% 0.62% -
HSV(B) 35.25º 0.4% 0.78% -
XYZ 40.01 40.22 22.79 -
YUV 169.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 198 165 118 0 0.17 0.40 0.22 35.25 0.41 0.62
Hex C6 A5 76 0 11 28 16 23 29 3E
Octal 306 245 166 0 21 50 26 43 51 76
Binary 11000110 10100101 1110110 0 10001 101000 10110 100011 101001 111110

Color Harmonies of #C6A576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A576

Black with #C6A576

Text Example


Text Example

White with #C6A576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A576; }

 p { color: rgb(198,165,118); }

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

background-color css

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

 a { background-color: rgb(198,165,118); }

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

border-color css

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

 span { border-color: rgb(198,165,118); }

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