#C3B467

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

Shades of Dark Khaki #C3B467

Tints of Dark Khaki #C3B467

Color information

#C3B467 (or 0xC3B467) is unknown color: approx Dark Khaki. HEX triplet: C3, B4 and 67. RGB value is (195,180,103). Sum of RGB (Red+Green+Blue) = 195+180+103=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B467 is #3C4B98. Grayscale: #B0B0B0. Windows color (decimal): -3951513 or 6796483. OLE color: 6796483.

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

Color convert

RGB195180103-
CMYK00.080.470.24
HSL50.22º43.4%58.43%-
HSV(B)50.22º47.18%76.47%-
XYZ41.2845.2219.39-
YUV175.7186.97141.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=40.79%
G=37.66%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518010300.080.470.2450.2243.458.43
HexC3B467082F18322b3a
Octal3032641470105730625372
Binary110000111011010011001110100010111111000110010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B467; }

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

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

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

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

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

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

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

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