Html Css Color HEX #C6B175 Putty

📋 copy color: '#C6B175'

red 198 ◦ green 177 ◦ blue 117

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

Shades of Putty #C6B175

Tints of Putty #C6B175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.98%

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 40.24%
G = 35.98%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C6B175 (or 0xC6B175) is known color: Putty. HEX triplet: C6, B1 and 75. RGB value is (198,177,117). Sum of RGB (Red+Green+Blue) = 198+177+117=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B175 is #394E8A. Grayscale: #B0B0B0. Windows color (decimal): -3755659 or 7713222. OLE color: 7713222.

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

Color convert

RGB 198 177 117 -
CMYK 0 0.11 0.41 0.22
HSL 44.44º 0.42% 0.62% -
HSV(B) 44.44º 0.41% 0.78% -
XYZ 42.22 44.73 23.24 -
YUV 176.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 198 177 117 0 0.11 0.41 0.22 44.44 0.42 0.62
Hex C6 B1 75 0 B 29 16 2C 2A 3E
Octal 306 261 165 0 13 51 26 54 52 76
Binary 11000110 10110001 1110101 0 1011 101001 10110 101100 101010 111110

Color Harmonies of #C6B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B175

Black with #C6B175

Text Example


Text Example

White with #C6B175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B175; }

 p { color: rgb(198,177,117); }

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

background-color css

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

 a { background-color: rgb(198,177,117); }

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

border-color css

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

 span { border-color: rgb(198,177,117); }

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