#C6BE67

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

Shades of Dark Khaki #C6BE67

Tints of Dark Khaki #C6BE67

Color information

#C6BE67 (or 0xC6BE67) is unknown color: approx Dark Khaki. HEX triplet: C6, BE and 67. RGB value is (198,190,103). Sum of RGB (Red+Green+Blue) = 198+190+103=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE67 is #394198. Grayscale: #B6B6B6. Windows color (decimal): -3752345 or 6799046. OLE color: 6799046.

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

Color convert

RGB198190103-
CMYK00.040.480.22
HSL54.95º45.45%59.02%-
HSV(B)54.95º47.98%77.65%-
XYZ44.1549.8120.12-
YUV182.4783.15139.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=40.33%
G=38.70%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819010300.040.480.2254.9545.4559.02
HexC6BE67043016372d3b
Octal306276147046026675573
Binary11000110101111101100111010011000010110110111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE67; }

 p { color: rgb(198,190,103); }

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

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

 a { background-color: rgb(198,190,103); }

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

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

 span { border-color: rgb(198,190,103); }

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