#C7BD68

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

Shades of Dark Khaki #C7BD68

Tints of Dark Khaki #C7BD68

Color information

#C7BD68 (or 0xC7BD68) is unknown color: approx Dark Khaki. HEX triplet: C7, BD and 68. RGB value is (199,189,104). Sum of RGB (Red+Green+Blue) = 199+189+104=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD68 is #384297. Grayscale: #B6B6B6. Windows color (decimal): -3687064 or 6864327. OLE color: 6864327.

HSL color Cylindrical-coordinate representation of color #C7BD68: hue angle of 53.68º degrees, saturation: 0.46, 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 #C7BD68 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB199189104-
CMYK00.050.480.22
HSL53.68º45.89%59.41%-
HSV(B)53.68º47.74%78.04%-
XYZ44.2549.5420.33-
YUV182.383.81139.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.45%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 104 (41.02% from 255) = 21.14%
R=40.45%
G=38.41%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918910400.050.480.2253.6845.8959.41
HexC7BD68053016362e3b
Octal307275150056026665673
Binary11000111101111011101000010111000010110110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BD68; }

 p { color: rgb(199,189,104); }

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

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

 a { background-color: rgb(199,189,104); }

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

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

 span { border-color: rgb(199,189,104); }

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