#C3B769

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

Shades of Dark Khaki #C3B769

Tints of Dark Khaki #C3B769

Color information

#C3B769 (or 0xC3B769) is unknown color: approx Dark Khaki. HEX triplet: C3, B7 and 69. RGB value is (195,183,105). Sum of RGB (Red+Green+Blue) = 195+183+105=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B769 is #3C4896. Grayscale: #B2B2B2. Windows color (decimal): -3950743 or 6928323. OLE color: 6928323.

HSL color Cylindrical-coordinate representation of color #C3B769: hue angle of 52º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3B769 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB195183105-
CMYK00.060.460.24
HSL52º42.86%58.82%-
HSV(B)52º46.15%76.47%-
XYZ41.9946.4920.12-
YUV177.786.98140.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 105 (41.41% from 255) = 21.74%
R=40.37%
G=37.89%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518310500.060.460.245242.8658.82
HexC3B769062E18342b3b
Octal303267151065630645373
Binary11000011101101111101001011010111011000110100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B769; }

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

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

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

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

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

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

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

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