#C6C47F

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

Shades of Pine Glade #C6C47F

Tints of Pine Glade #C6C47F

Color information

#C6C47F (or 0xC6C47F) is unknown color: approx Pine Glade. HEX triplet: C6, C4 and 7F. RGB value is (198,196,127). Sum of RGB (Red+Green+Blue) = 198+196+127=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C47F is #393B80. Grayscale: #BDBDBD. Windows color (decimal): -3750785 or 8373446. OLE color: 8373446.

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

Color convert

RGB198196127-
CMYK00.010.360.22
HSL58.31º38.38%63.73%-
HSV(B)58.31º35.86%77.65%-
XYZ46.8653.0227.84-
YUV188.7393.16134.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 127 (50% from 255) = 24.38%
R=38.00%
G=37.62%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819612700.010.360.2258.3138.3863.73
HexC6C47F0124163a2640
Octal3063041770144267246100
Binary1100011011000100111111101100100101101110101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C47F; }

 p { color: rgb(198,196,127); }

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

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

 a { background-color: rgb(198,196,127); }

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

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

 span { border-color: rgb(198,196,127); }

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