#C3BE6F

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

Shades of Dark Khaki #C3BE6F

Tints of Dark Khaki #C3BE6F

Color information

#C3BE6F (or 0xC3BE6F) is unknown color: approx Dark Khaki. HEX triplet: C3, BE and 6F. RGB value is (195,190,111). Sum of RGB (Red+Green+Blue) = 195+190+111=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE6F is #3C4190. Grayscale: #B6B6B6. Windows color (decimal): -3948945 or 7323331. OLE color: 7323331.

HSL color Cylindrical-coordinate representation of color #C3BE6F: hue angle of 56.43º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3BE6F is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB195190111-
CMYK00.030.430.24
HSL56.43º41.18%60%-
HSV(B)56.43º43.08%76.47%-
XYZ43.7949.5822.3-
YUV182.4987.66136.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 111 (43.75% from 255) = 22.38%
R=39.31%
G=38.31%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519011100.030.430.2456.4341.1860
HexC3BE6F032B1838293c
Octal303276157035330705174
Binary1100001110111110110111101110101111000111000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE6F; }

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

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

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

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

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

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

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

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