Html Css Color HEX #C6A97B Putty

📋 copy color: '#C6A97B'

red 198 ◦ green 169 ◦ blue 123

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

Shades of Putty #C6A97B

Tints of Putty #C6A97B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.49%

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 40.41%
G = 34.49%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6A97B (or 0xC6A97B) is known color: Putty. HEX triplet: C6, A9 and 7B. RGB value is (198,169,123). Sum of RGB (Red+Green+Blue) = 198+169+123=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A97B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A97B is #395684. Grayscale: #ACACAC. Windows color (decimal): -3757701 or 8104390. OLE color: 8104390.

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

Color convert

RGB 198 169 123 -
CMYK 0 0.15 0.38 0.22
HSL 36.8º 0.4% 0.63% -
HSV(B) 36.8º 0.38% 0.78% -
XYZ 41.05 41.81 24.65 -
YUV 172.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 198 169 123 0 0.15 0.38 0.22 36.8 0.4 0.63
Hex C6 A9 7B 0 F 26 16 25 28 3F
Octal 306 251 173 0 17 46 26 45 50 77
Binary 11000110 10101001 1111011 0 1111 100110 10110 100101 101000 111111

Color Harmonies of #C6A97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A97B

Black with #C6A97B

Text Example


Text Example

White with #C6A97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A97B; }

 p { color: rgb(198,169,123); }

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

background-color css

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

 a { background-color: rgb(198,169,123); }

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

border-color css

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

 span { border-color: rgb(198,169,123); }

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