Html Css Color HEX #C6A56E Putty

📋 copy color: '#C6A56E'

red 198 ◦ green 165 ◦ blue 110

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

Shades of Putty #C6A56E

Tints of Putty #C6A56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.26%

R = 41.86%
G = 34.88%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6A56E (or 0xC6A56E) is known color: Putty. HEX triplet: C6, A5 and 6E. RGB value is (198,165,110). Sum of RGB (Red+Green+Blue) = 198+165+110=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A56E is #395A91. Grayscale: #A8A8A8. Windows color (decimal): -3758738 or 7251398. OLE color: 7251398.

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

Color convert

RGB 198 165 110 -
CMYK 0 0.17 0.44 0.22
HSL 37.5º 0.44% 0.6% -
HSV(B) 37.5º 0.44% 0.78% -
XYZ 39.56 40.04 20.4 -
YUV 168.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 198 165 110 0 0.17 0.44 0.22 37.5 0.44 0.6
Hex C6 A5 6E 0 11 2C 16 26 2C 3C
Octal 306 245 156 0 21 54 26 46 54 74
Binary 11000110 10100101 1101110 0 10001 101100 10110 100110 101100 111100

Color Harmonies of #C6A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A56E

Black with #C6A56E

Text Example


Text Example

White with #C6A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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