#C3B568

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

Shades of Dark Khaki #C3B568

Tints of Dark Khaki #C3B568

Color information

#C3B568 (or 0xC3B568) is unknown color: approx Dark Khaki. HEX triplet: C3, B5 and 68. RGB value is (195,181,104). Sum of RGB (Red+Green+Blue) = 195+181+104=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B568 is #3C4A97. Grayscale: #B0B0B0. Windows color (decimal): -3951256 or 6862275. OLE color: 6862275.

HSL color Cylindrical-coordinate representation of color #C3B568: hue angle of 50.77º 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 #C3B568 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB195181104-
CMYK00.070.470.24
HSL50.77º43.13%58.63%-
HSV(B)50.77º46.67%76.47%-
XYZ41.5345.6519.72-
YUV176.4187.14141.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 104 (41.02% from 255) = 21.67%
R=40.62%
G=37.71%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518110400.070.470.2450.7743.1358.63
HexC3B568072F18332b3b
Octal303265150075730635373
Binary11000011101101011101000011110111111000110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B568; }

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

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

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

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

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

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

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

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