#C4B471

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

Shades of Dark Khaki #C4B471

Tints of Dark Khaki #C4B471

Color information

#C4B471 (or 0xC4B471) is unknown color: approx Dark Khaki. HEX triplet: C4, B4 and 71. RGB value is (196,180,113). Sum of RGB (Red+Green+Blue) = 196+180+113=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B471 is #3B4B8E. Grayscale: #B1B1B1. Windows color (decimal): -3885967 or 7451844. OLE color: 7451844.

HSL color Cylindrical-coordinate representation of color #C4B471: hue angle of 48.43º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4B471 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB196180113-
CMYK00.080.420.23
HSL48.43º41.29%60.59%-
HSV(B)48.43º42.35%76.86%-
XYZ42.0745.5722.2-
YUV177.1591.8141.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=40.08%
G=36.81%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618011300.080.420.2348.4341.2960.59
HexC4B471082A1730293d
Octal3042641610105227605175
Binary110001001011010011100010100010101010111110000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B471; }

 p { color: rgb(196,180,113); }

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

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

 a { background-color: rgb(196,180,113); }

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

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

 span { border-color: rgb(196,180,113); }

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