#C1B667

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

Shades of Dark Khaki #C1B667

Tints of Dark Khaki #C1B667

Color information

#C1B667 (or 0xC1B667) is unknown color: approx Dark Khaki. HEX triplet: C1, B6 and 67. RGB value is (193,182,103). Sum of RGB (Red+Green+Blue) = 193+182+103=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B667 is #3E4998. Grayscale: #B0B0B0. Windows color (decimal): -4082073 or 6796993. OLE color: 6796993.

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

Color convert

RGB193182103-
CMYK00.060.470.24
HSL52.67º42.06%58.04%-
HSV(B)52.67º46.63%75.69%-
XYZ41.1745.7719.5-
YUV176.2886.64139.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=40.38%
G=38.08%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318210300.060.470.2452.6742.0658.04
HexC1B667062F18352a3a
Octal301266147065730655272
Binary11000001101101101100111011010111111000110101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B667; }

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

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

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

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

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

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

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

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