#C7C36F

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

Shades of Dark Khaki #C7C36F

Tints of Dark Khaki #C7C36F

Color information

#C7C36F (or 0xC7C36F) is unknown color: approx Dark Khaki. HEX triplet: C7, C3 and 6F. RGB value is (199,195,111). Sum of RGB (Red+Green+Blue) = 199+195+111=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C36F is #383C90. Grayscale: #BABABA. Windows color (decimal): -3685521 or 7324615. OLE color: 7324615.

HSL color Cylindrical-coordinate representation of color #C7C36F: hue angle of 57.27º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7C36F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB199195111-
CMYK00.020.440.22
HSL57.27º44%60.78%-
HSV(B)57.27º44.22%78.04%-
XYZ45.9452.3222.72-
YUV186.6285.33136.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 195 (76.56% from 255) = 38.61%
BLUE value IS 111 (43.75% from 255) = 21.98%
R=39.41%
G=38.61%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919511100.020.440.2257.274460.78
HexC7C36F022C16392c3d
Octal307303157025426715475
Binary1100011111000011110111101010110010110111001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C36F; }

 p { color: rgb(199,195,111); }

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

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

 a { background-color: rgb(199,195,111); }

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

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

 span { border-color: rgb(199,195,111); }

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