#C3BE6E

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

Shades of Dark Khaki #C3BE6E

Tints of Dark Khaki #C3BE6E

Color information

#C3BE6E (or 0xC3BE6E) is unknown color: approx Dark Khaki. HEX triplet: C3, BE and 6E. RGB value is (195,190,110). Sum of RGB (Red+Green+Blue) = 195+190+110=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE6E is #3C4191. Grayscale: #B6B6B6. Windows color (decimal): -3948946 or 7257795. OLE color: 7257795.

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

Color convert

RGB195190110-
CMYK00.030.440.24
HSL56.47º41.46%59.8%-
HSV(B)56.47º43.59%76.47%-
XYZ43.7349.5522.01-
YUV182.3787.16137-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 110 (43.36% from 255) = 22.22%
R=39.39%
G=38.38%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519011000.030.440.2456.4741.4659.8
HexC3BE6E032C1838293c
Octal303276156035430705174
Binary1100001110111110110111001110110011000111000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE6E; }

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

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

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

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

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

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

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

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