#C3B767

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

Shades of Dark Khaki #C3B767

Tints of Dark Khaki #C3B767

Color information

#C3B767 (or 0xC3B767) is unknown color: approx Dark Khaki. HEX triplet: C3, B7 and 67. RGB value is (195,183,103). Sum of RGB (Red+Green+Blue) = 195+183+103=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B767 is #3C4898. Grayscale: #B1B1B1. Windows color (decimal): -3950745 or 6797251. OLE color: 6797251.

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

Color convert

RGB195183103-
CMYK00.060.470.24
HSL52.17º43.4%58.43%-
HSV(B)52.17º47.18%76.47%-
XYZ41.8946.4519.59-
YUV177.4785.98140.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 183 (71.88% from 255) = 38.05%
BLUE value IS 103 (40.62% from 255) = 21.41%
R=40.54%
G=38.05%
B=21.41%

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
Decimal19518310300.060.470.2452.1743.458.43
HexC3B767062F18342b3a
Octal303267147065730645372
Binary11000011101101111100111011010111111000110100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B767; }

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

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

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

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

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

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

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

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