#C1B671

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

Shades of Dark Khaki #C1B671

Tints of Dark Khaki #C1B671

Color information

#C1B671 (or 0xC1B671) is unknown color: approx Dark Khaki. HEX triplet: C1, B6 and 71. RGB value is (193,182,113). Sum of RGB (Red+Green+Blue) = 193+182+113=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B671 is #3E498E. Grayscale: #B1B1B1. Windows color (decimal): -4082063 or 7452353. OLE color: 7452353.

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

Color convert

RGB193182113-
CMYK00.060.410.24
HSL51.75º39.22%60%-
HSV(B)51.75º41.45%75.69%-
XYZ41.745.9922.3-
YUV177.4291.64139.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.55%
GREEN value IS 182 (71.48% from 255) = 37.30%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=39.55%
G=37.30%
B=23.16%

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
Decimal19318211300.060.410.2451.7539.2260
HexC1B67106291834273c
Octal301266161065130644774
Binary11000001101101101110001011010100111000110100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B671; }

 p { color: rgb(193,182,113); }

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

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

 a { background-color: rgb(193,182,113); }

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

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

 span { border-color: rgb(193,182,113); }

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