Html Css Color HEX #C6A873 Putty

📋 copy color: '#C6A873'

red 198 ◦ green 168 ◦ blue 115

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

Shades of Putty #C6A873

Tints of Putty #C6A873

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.93%

 BLUE value IS 115 (45.31% from 255) = 23.91%

R = 41.16%
G = 34.93%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C6A873 (or 0xC6A873) is known color: Putty. HEX triplet: C6, A8 and 73. RGB value is (198,168,115). Sum of RGB (Red+Green+Blue) = 198+168+115=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A873 is #39578C. Grayscale: #ABABAB. Windows color (decimal): -3757965 or 7579846. OLE color: 7579846.

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

Color convert

RGB 198 168 115 -
CMYK 0 0.15 0.42 0.22
HSL 38.31º 0.42% 0.61% -
HSV(B) 38.31º 0.42% 0.78% -
XYZ 40.39 41.25 22.05 -
YUV 170.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 198 168 115 0 0.15 0.42 0.22 38.31 0.42 0.61
Hex C6 A8 73 0 F 2A 16 26 2A 3D
Octal 306 250 163 0 17 52 26 46 52 75
Binary 11000110 10101000 1110011 0 1111 101010 10110 100110 101010 111101

Color Harmonies of #C6A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A873

Black with #C6A873

Text Example


Text Example

White with #C6A873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A873; }

 p { color: rgb(198,168,115); }

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

background-color css

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

 a { background-color: rgb(198,168,115); }

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

border-color css

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

 span { border-color: rgb(198,168,115); }

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