Html Css Color HEX #C6AF77 Putty

📋 copy color: '#C6AF77'

red 198 ◦ green 175 ◦ blue 119

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

Shades of Putty #C6AF77

Tints of Putty #C6AF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.57%

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

R = 40.24%
G = 35.57%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C6AF77 (or 0xC6AF77) is known color: Putty. HEX triplet: C6, AF and 77. RGB value is (198,175,119). Sum of RGB (Red+Green+Blue) = 198+175+119=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AF77 is #395088. Grayscale: #AFAFAF. Windows color (decimal): -3756169 or 7843782. OLE color: 7843782.

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

Color convert

RGB 198 175 119 -
CMYK 0 0.12 0.40 0.22
HSL 42.53º 0.41% 0.62% -
HSV(B) 42.53º 0.4% 0.78% -
XYZ 41.95 44 23.73 -
YUV 175.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 198 175 119 0 0.12 0.40 0.22 42.53 0.41 0.62
Hex C6 AF 77 0 C 28 16 2B 29 3E
Octal 306 257 167 0 14 50 26 53 51 76
Binary 11000110 10101111 1110111 0 1100 101000 10110 101011 101001 111110

Color Harmonies of #C6AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF77

Black with #C6AF77

Text Example


Text Example

White with #C6AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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