#C6C583

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

Shades of Pine Glade #C6C583

Tints of Pine Glade #C6C583

Color information

#C6C583 (or 0xC6C583) is unknown color: approx Pine Glade. HEX triplet: C6, C5 and 83. RGB value is (198,197,131). Sum of RGB (Red+Green+Blue) = 198+197+131=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C583 is #393A7C. Grayscale: #BEBEBE. Windows color (decimal): -3750525 or 8635846. OLE color: 8635846.

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

Color convert

RGB198197131-
CMYK00.010.340.22
HSL59.1º37.02%64.51%-
HSV(B)59.1º33.84%77.65%-
XYZ47.3553.5829.32-
YUV189.7894.83133.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 197 (77.34% from 255) = 37.45%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=37.64%
G=37.45%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819713100.010.340.2259.137.0264.51
HexC6C5830122163b2541
Octal3063052030142267345101
Binary11000110110001011000001101100010101101110111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C583; }

 p { color: rgb(198,197,131); }

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

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

 a { background-color: rgb(198,197,131); }

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

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

 span { border-color: rgb(198,197,131); }

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