#C0B367

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

Shades of Dark Khaki #C0B367

Tints of Dark Khaki #C0B367

Color information

#C0B367 (or 0xC0B367) is unknown color: approx Dark Khaki. HEX triplet: C0, B3 and 67. RGB value is (192,179,103). Sum of RGB (Red+Green+Blue) = 192+179+103=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B367 is #3F4C98. Grayscale: #AEAEAE. Windows color (decimal): -4148377 or 6796224. OLE color: 6796224.

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

Color convert

RGB192179103-
CMYK00.070.460.25
HSL51.24º41.4%57.84%-
HSV(B)51.24º46.35%75.29%-
XYZ40.3144.4319.28-
YUV174.2287.81140.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 179 (70.31% from 255) = 37.76%
BLUE value IS 103 (40.62% from 255) = 21.73%
R=40.51%
G=37.76%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217910300.070.460.2551.2441.457.84
HexC0B367072E1933293a
Octal300263147075631635172
Binary11000000101100111100111011110111011001110011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B367; }

 p { color: rgb(192,179,103); }

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

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

 a { background-color: rgb(192,179,103); }

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

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

 span { border-color: rgb(192,179,103); }

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