#C3B466

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

Shades of Dark Khaki #C3B466

Tints of Dark Khaki #C3B466

Color information

#C3B466 (or 0xC3B466) is unknown color: approx Dark Khaki. HEX triplet: C3, B4 and 66. RGB value is (195,180,102). Sum of RGB (Red+Green+Blue) = 195+180+102=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B466 is #3C4B99. Grayscale: #AFAFAF. Windows color (decimal): -3951514 or 6730947. OLE color: 6730947.

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

Color convert

RGB195180102-
CMYK00.080.480.24
HSL50.32º43.66%58.24%-
HSV(B)50.32º47.69%76.47%-
XYZ41.2345.219.12-
YUV175.5986.47141.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=40.88%
G=37.74%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518010200.080.480.2450.3243.6658.24
HexC3B466083018322c3a
Octal3032641460106030625472
Binary110000111011010011001100100011000011000110010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B466; }

 p { color: rgb(195,180,102); }

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

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

 a { background-color: rgb(195,180,102); }

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

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

 span { border-color: rgb(195,180,102); }

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