Html Css Color HEX #C6A577 Putty

📋 copy color: '#C6A577'

red 198 ◦ green 165 ◦ blue 119

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

Shades of Putty #C6A577

Tints of Putty #C6A577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.69%

R = 41.08%
G = 34.23%
B = 24.69%

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

#C6A577 (or 0xC6A577) is known color: Putty. HEX triplet: C6, A5 and 77. RGB value is (198,165,119). Sum of RGB (Red+Green+Blue) = 198+165+119=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A577 is #395A88. Grayscale: #A9A9A9. Windows color (decimal): -3758729 or 7841222. OLE color: 7841222.

HSL color Cylindrical-coordinate representation of color #C6A577: hue angle of 34.94º 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 #C6A577 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 165 119 -
CMYK 0 0.17 0.40 0.22
HSL 34.94º 0.41% 0.62% -
HSV(B) 34.94º 0.4% 0.78% -
XYZ 40.07 40.25 23.11 -
YUV 169.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 198 165 119 0 0.17 0.40 0.22 34.94 0.41 0.62
Hex C6 A5 77 0 11 28 16 23 29 3E
Octal 306 245 167 0 21 50 26 43 51 76
Binary 11000110 10100101 1110111 0 10001 101000 10110 100011 101001 111110

Color Harmonies of #C6A577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A577

Black with #C6A577

Text Example


Text Example

White with #C6A577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A577; }

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

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

background-color css

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

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

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

border-color css

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

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

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