#C3B774

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

Shades of Dark Khaki #C3B774

Tints of Dark Khaki #C3B774

Color information

#C3B774 (or 0xC3B774) is unknown color: approx Dark Khaki. HEX triplet: C3, B7 and 74. RGB value is (195,183,116). Sum of RGB (Red+Green+Blue) = 195+183+116=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B774 is #3C488B. Grayscale: #B3B3B3. Windows color (decimal): -3950732 or 7649219. OLE color: 7649219.

HSL color Cylindrical-coordinate representation of color #C3B774: hue angle of 50.89º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3B774 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB195183116-
CMYK00.060.410.24
HSL50.89º39.7%60.98%-
HSV(B)50.89º40.51%76.47%-
XYZ42.5946.7323.3-
YUV178.9592.48139.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 116 (45.70% from 255) = 23.48%
R=39.47%
G=37.04%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518311600.060.410.2450.8939.760.98
HexC3B77406291833283d
Octal303267164065130635075
Binary11000011101101111110100011010100111000110011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B774; }

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

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

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

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

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

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

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

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