#C1B76F

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

Shades of Dark Khaki #C1B76F

Tints of Dark Khaki #C1B76F

Color information

#C1B76F (or 0xC1B76F) is unknown color: approx Dark Khaki. HEX triplet: C1, B7 and 6F. RGB value is (193,183,111). Sum of RGB (Red+Green+Blue) = 193+183+111=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B76F is #3E4890. Grayscale: #B2B2B2. Windows color (decimal): -4081809 or 7321537. OLE color: 7321537.

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

Color convert

RGB193183111-
CMYK00.050.420.24
HSL52.68º39.81%59.61%-
HSV(B)52.68º42.49%75.69%-
XYZ41.846.3521.78-
YUV177.7890.31138.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 111 (43.75% from 255) = 22.79%
R=39.63%
G=37.58%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318311100.050.420.2452.6839.8159.61
HexC1B76F052A1835283c
Octal301267157055230655074
Binary11000001101101111101111010110101011000110101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B76F; }

 p { color: rgb(193,183,111); }

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

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

 a { background-color: rgb(193,183,111); }

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

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

 span { border-color: rgb(193,183,111); }

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