Html Css Color HEX #C6B16A Putty

📋 copy color: '#C6B16A'

red 198 ◦ green 177 ◦ blue 106

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

Shades of Putty #C6B16A

Tints of Putty #C6B16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.04%

R = 41.16%
G = 36.8%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6B16A (or 0xC6B16A) is known color: Putty. HEX triplet: C6, B1 and 6A. RGB value is (198,177,106). Sum of RGB (Red+Green+Blue) = 198+177+106=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B16A is #394E95. Grayscale: #AFAFAF. Windows color (decimal): -3755670 or 6992326. OLE color: 6992326.

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

Color convert

RGB 198 177 106 -
CMYK 0 0.11 0.46 0.22
HSL 46.3º 0.45% 0.6% -
HSV(B) 46.3º 0.46% 0.78% -
XYZ 41.61 44.49 20.03 -
YUV 175.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 198 177 106 0 0.11 0.46 0.22 46.3 0.45 0.6
Hex C6 B1 6A 0 B 2E 16 2E 2D 3C
Octal 306 261 152 0 13 56 26 56 55 74
Binary 11000110 10110001 1101010 0 1011 101110 10110 101110 101101 111100

Color Harmonies of #C6B16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B16A

Black with #C6B16A

Text Example


Text Example

White with #C6B16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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