#C1B672

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

Shades of Dark Khaki #C1B672

Tints of Dark Khaki #C1B672

Color information

#C1B672 (or 0xC1B672) is unknown color: approx Dark Khaki. HEX triplet: C1, B6 and 72. RGB value is (193,182,114). Sum of RGB (Red+Green+Blue) = 193+182+114=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B672 is #3E498D. Grayscale: #B1B1B1. Windows color (decimal): -4082062 or 7517889. OLE color: 7517889.

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

Color convert

RGB193182114-
CMYK00.060.410.24
HSL51.65º38.92%60.2%-
HSV(B)51.65º40.93%75.69%-
XYZ41.7646.0122.6-
YUV177.5492.14139.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.47%
GREEN value IS 182 (71.48% from 255) = 37.22%
BLUE value IS 114 (44.92% from 255) = 23.31%
R=39.47%
G=37.22%
B=23.31%

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
Decimal19318211400.060.410.2451.6538.9260.2
HexC1B67206291834273c
Octal301266162065130644774
Binary11000001101101101110010011010100111000110100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B672; }

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

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

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

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

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

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

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

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