#C3B765

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

Shades of Dark Khaki #C3B765

Tints of Dark Khaki #C3B765

Color information

#C3B765 (or 0xC3B765) is unknown color: approx Dark Khaki. HEX triplet: C3, B7 and 65. RGB value is (195,183,101). Sum of RGB (Red+Green+Blue) = 195+183+101=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B765 is #3C489A. Grayscale: #B1B1B1. Windows color (decimal): -3950747 or 6666179. OLE color: 6666179.

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

Color convert

RGB195183101-
CMYK00.060.480.24
HSL52.34º43.93%58.04%-
HSV(B)52.34º48.21%76.47%-
XYZ41.7946.4119.07-
YUV177.2484.98140.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 101 (39.84% from 255) = 21.09%
R=40.71%
G=38.20%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518310100.060.480.2452.3443.9358.04
HexC3B765063018342c3a
Octal303267145066030645472
Binary11000011101101111100101011011000011000110100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B765; }

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

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

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

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

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

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

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

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