#C7BD67

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

Shades of Dark Khaki #C7BD67

Tints of Dark Khaki #C7BD67

Color information

#C7BD67 (or 0xC7BD67) is unknown color: approx Dark Khaki. HEX triplet: C7, BD and 67. RGB value is (199,189,103). Sum of RGB (Red+Green+Blue) = 199+189+103=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD67 is #384298. Grayscale: #B6B6B6. Windows color (decimal): -3687065 or 6798791. OLE color: 6798791.

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

Color convert

RGB199189103-
CMYK00.050.480.22
HSL53.75º46.15%59.22%-
HSV(B)53.75º48.24%78.04%-
XYZ44.249.5220.06-
YUV182.1983.31139.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=40.53%
G=38.49%
B=20.98%

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
Decimal19918910300.050.480.2253.7546.1559.22
HexC7BD67053016362e3b
Octal307275147056026665673
Binary11000111101111011100111010111000010110110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BD67; }

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

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

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

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

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

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

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

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