#C3B761

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

Shades of Dark Khaki #C3B761

Tints of Dark Khaki #C3B761

Color information

#C3B761 (or 0xC3B761) is unknown color: approx Dark Khaki. HEX triplet: C3, B7 and 61. RGB value is (195,183,97). Sum of RGB (Red+Green+Blue) = 195+183+97=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B761 is #3C489E. Grayscale: #B1B1B1. Windows color (decimal): -3950751 or 6404035. OLE color: 6404035.

HSL color Cylindrical-coordinate representation of color #C3B761: hue angle of 52.65º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3B761 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19518397-
CMYK00.060.500.24
HSL52.65º44.95%57.25%-
HSV(B)52.65º50.26%76.47%-
XYZ41.646.3318.06-
YUV176.7882.98140.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=41.05%
G=38.53%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951839700.060.500.2452.6544.9557.25
HexC3B761063218352d39
Octal303267141066230655571
Binary11000011101101111100001011011001011000110101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B761; }

 p { color: rgb(195,183,97); }

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

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

 a { background-color: rgb(195,183,97); }

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

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

 span { border-color: rgb(195,183,97); }

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