#C6C17A

Color #C6C17A Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C6C17A

Tints of Pine Glade #C6C17A

Color information

#C6C17A (or 0xC6C17A) is unknown color: approx Pine Glade. HEX triplet: C6, C1 and 7A. RGB value is (198,193,122). Sum of RGB (Red+Green+Blue) = 198+193+122=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C17A is #393E85. Grayscale: #BABABA. Windows color (decimal): -3751558 or 8044998. OLE color: 8044998.

HSL color Cylindrical-coordinate representation of color #C6C17A: hue angle of 56.05º 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 #C6C17A is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB198193122-
CMYK00.030.380.22
HSL56.05º40%62.75%-
HSV(B)56.05º38.38%77.65%-
XYZ45.8751.5525.94-
YUV186.491.66136.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 122 (48.05% from 255) = 23.78%
R=38.60%
G=37.62%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819312200.030.380.2256.054062.75
HexC6C17A03261638283f
Octal306301172034626705077
Binary1100011011000001111101001110011010110111000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C17A; }

 p { color: rgb(198,193,122); }

 H1.HeaderClassName
 {
   color: #C6C17A;
 }
 .AnyTagClassName
 {
   color: #C6C17A;
 }
</style>
background-color css

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

 a { background-color: rgb(198,193,122); }

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

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

 span { border-color: rgb(198,193,122); }

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