#C6BF91

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

Shades of Coriander #C6BF91

Tints of Coriander #C6BF91

Color information

#C6BF91 (or 0xC6BF91) is unknown color: approx Coriander. HEX triplet: C6, BF and 91. RGB value is (198,191,145). Sum of RGB (Red+Green+Blue) = 198+191+145=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BF91 is #39406E. Grayscale: #BCBCBC. Windows color (decimal): -3752047 or 9551814. OLE color: 9551814.

HSL color Cylindrical-coordinate representation of color #C6BF91: hue angle of 52.08º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6BF91 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB198191145-
CMYK00.040.270.22
HSL52.08º31.74%67.25%-
HSV(B)52.08º26.77%77.65%-
XYZ47.0351.3134.21-
YUV187.85103.82135.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 145 (57.03% from 255) = 27.15%
R=37.08%
G=35.77%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819114500.040.270.2252.0831.7467.25
HexC6BF91041B16342043
Octal3062772210433266440103
Binary110001101011111110010001010011011101101101001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BF91; }

 p { color: rgb(198,191,145); }

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

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

 a { background-color: rgb(198,191,145); }

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

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

 span { border-color: rgb(198,191,145); }

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