#C3B468

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

Shades of Dark Khaki #C3B468

Tints of Dark Khaki #C3B468

Color information

#C3B468 (or 0xC3B468) is unknown color: approx Dark Khaki. HEX triplet: C3, B4 and 68. RGB value is (195,180,104). Sum of RGB (Red+Green+Blue) = 195+180+104=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B468 is #3C4B97. Grayscale: #B0B0B0. Windows color (decimal): -3951512 or 6862019. OLE color: 6862019.

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

Color convert

RGB195180104-
CMYK00.080.470.24
HSL50.11º43.13%58.63%-
HSV(B)50.11º46.67%76.47%-
XYZ41.3345.2419.65-
YUV175.8287.47141.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 104 (41.02% from 255) = 21.71%
R=40.71%
G=37.58%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518010400.080.470.2450.1143.1358.63
HexC3B468082F18322b3b
Octal3032641500105730625373
Binary110000111011010011010000100010111111000110010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B468; }

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

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

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

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

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

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

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

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