#C3B673

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

Shades of Dark Khaki #C3B673

Tints of Dark Khaki #C3B673

Color information

#C3B673 (or 0xC3B673) is unknown color: approx Dark Khaki. HEX triplet: C3, B6 and 73. RGB value is (195,182,115). Sum of RGB (Red+Green+Blue) = 195+182+115=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B673 is #3C498C. Grayscale: #B2B2B2. Windows color (decimal): -3950989 or 7583427. OLE color: 7583427.

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

Color convert

RGB195182115-
CMYK00.070.410.24
HSL50.25º40%60.78%-
HSV(B)50.25º41.03%76.47%-
XYZ42.3346.322.92-
YUV178.2592.31139.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 182 (71.48% from 255) = 36.99%
BLUE value IS 115 (45.31% from 255) = 23.37%
R=39.63%
G=36.99%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518211500.070.410.2450.254060.78
HexC3B67307291832283d
Octal303266163075130625075
Binary11000011101101101110011011110100111000110010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B673; }

 p { color: rgb(195,182,115); }

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

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

 a { background-color: rgb(195,182,115); }

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

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

 span { border-color: rgb(195,182,115); }

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