#C0B769

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

Shades of Dark Khaki #C0B769

Tints of Dark Khaki #C0B769

Color information

#C0B769 (or 0xC0B769) is unknown color: approx Dark Khaki. HEX triplet: C0, B7 and 69. RGB value is (192,183,105). Sum of RGB (Red+Green+Blue) = 192+183+105=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B769 is #3F4896. Grayscale: #B1B1B1. Windows color (decimal): -4147351 or 6928320. OLE color: 6928320.

HSL color Cylindrical-coordinate representation of color #C0B769: hue angle of 53.79º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0B769 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB192183105-
CMYK00.050.450.25
HSL53.79º40.85%58.24%-
HSV(B)53.79º45.31%75.29%-
XYZ41.2246.0920.09-
YUV176.887.48138.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=40%
G=38.12%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218310500.050.450.2553.7940.8558.24
HexC0B769052D1936293a
Octal300267151055531665172
Binary11000000101101111101001010110110111001110110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B769; }

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

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

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

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

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

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

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

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