Html Css Color HEX #C6AD6F Putty

📋 copy color: '#C6AD6F'

red 198 ◦ green 173 ◦ blue 111

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

Shades of Putty #C6AD6F

Tints of Putty #C6AD6F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.89%

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 41.08%
G = 35.89%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6AD6F (or 0xC6AD6F) is known color: Putty. HEX triplet: C6, AD and 6F. RGB value is (198,173,111). Sum of RGB (Red+Green+Blue) = 198+173+111=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AD6F is #395290. Grayscale: #ADADAD. Windows color (decimal): -3756689 or 7318982. OLE color: 7318982.

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

Color convert

RGB 198 173 111 -
CMYK 0 0.13 0.44 0.22
HSL 42.76º 0.43% 0.61% -
HSV(B) 42.76º 0.44% 0.78% -
XYZ 41.1 43.04 21.18 -
YUV 173.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 198 173 111 0 0.13 0.44 0.22 42.76 0.43 0.61
Hex C6 AD 6F 0 D 2C 16 2B 2B 3D
Octal 306 255 157 0 15 54 26 53 53 75
Binary 11000110 10101101 1101111 0 1101 101100 10110 101011 101011 111101

Color Harmonies of #C6AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD6F

Black with #C6AD6F

Text Example


Text Example

White with #C6AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD6F; }

 p { color: rgb(198,173,111); }

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

background-color css

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

 a { background-color: rgb(198,173,111); }

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

border-color css

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

 span { border-color: rgb(198,173,111); }

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