#C0B670

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

Shades of Dark Khaki #C0B670

Tints of Dark Khaki #C0B670

Color information

#C0B670 (or 0xC0B670) is unknown color: approx Dark Khaki. HEX triplet: C0, B6 and 70. RGB value is (192,182,112). Sum of RGB (Red+Green+Blue) = 192+182+112=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B670 is #3F498F. Grayscale: #B1B1B1. Windows color (decimal): -4147600 or 7386816. OLE color: 7386816.

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

Color convert

RGB192182112-
CMYK00.050.420.25
HSL52.5º38.83%59.61%-
HSV(B)52.5º41.67%75.29%-
XYZ41.3945.8321.99-
YUV177.0191.31138.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 112 (44.14% from 255) = 23.05%
R=39.51%
G=37.45%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218211200.050.420.2552.538.8359.61
HexC0B670052A1934273c
Octal300266160055231644774
Binary11000000101101101110000010110101011001110100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B670; }

 p { color: rgb(192,182,112); }

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

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

 a { background-color: rgb(192,182,112); }

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

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

 span { border-color: rgb(192,182,112); }

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