#C3BF67

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

Shades of Dark Khaki #C3BF67

Tints of Dark Khaki #C3BF67

Color information

#C3BF67 (or 0xC3BF67) is unknown color: approx Dark Khaki. HEX triplet: C3, BF and 67. RGB value is (195,191,103). Sum of RGB (Red+Green+Blue) = 195+191+103=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BF67 is #3C4098. Grayscale: #B6B6B6. Windows color (decimal): -3948697 or 6799299. OLE color: 6799299.

HSL color Cylindrical-coordinate representation of color #C3BF67: hue angle of 57.39º degrees, saturation: 0.43, 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 #C3BF67 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB195191103-
CMYK00.020.470.24
HSL57.39º43.4%58.43%-
HSV(B)57.39º47.18%76.47%-
XYZ43.5849.8420.16-
YUV182.1683.33137.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 103 (40.62% from 255) = 21.06%
R=39.88%
G=39.06%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519110300.020.470.2457.3943.458.43
HexC3BF67022F18392b3a
Octal303277147025730715372
Binary1100001110111111110011101010111111000111001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF67; }

 p { color: rgb(195,191,103); }

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

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

 a { background-color: rgb(195,191,103); }

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

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

 span { border-color: rgb(195,191,103); }

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