#C3BE6A

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

Shades of Dark Khaki #C3BE6A

Tints of Dark Khaki #C3BE6A

Color information

#C3BE6A (or 0xC3BE6A) is unknown color: approx Dark Khaki. HEX triplet: C3, BE and 6A. RGB value is (195,190,106). Sum of RGB (Red+Green+Blue) = 195+190+106=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE6A is #3C4195. Grayscale: #B6B6B6. Windows color (decimal): -3948950 or 6995651. OLE color: 6995651.

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

Color convert

RGB195190106-
CMYK00.030.460.24
HSL56.63º42.58%59.02%-
HSV(B)56.63º45.64%76.47%-
XYZ43.5249.4720.89-
YUV181.9285.16137.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 106 (41.80% from 255) = 21.59%
R=39.71%
G=38.70%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519010600.030.460.2456.6342.5859.02
HexC3BE6A032E18392b3b
Octal303276152035630715373
Binary1100001110111110110101001110111011000111001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE6A; }

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

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

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

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

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

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

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

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