#655614

Color #655614 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #655614

Tints of Bronze Olive #655614

Color information

#655614 (or 0x655614) is unknown color: approx Bronze Olive. HEX triplet: 65, 56 and 14. RGB value is (101,86,20). Sum of RGB (Red+Green+Blue) = 101+86+20=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #655614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655614 is #9AA9EB. Grayscale: #535353. Windows color (decimal): -10136044 or 1332837. OLE color: 1332837.

HSL color Cylindrical-coordinate representation of color #655614: hue angle of 48.89º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #655614 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1018620-
CMYK00.150.800.60
HSL48.89º66.94%23.73%-
HSV(B)48.89º80.2%39.61%-
XYZ8.829.472.03-
YUV82.9692.47140.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.79%
GREEN value IS 86 (33.98% from 255) = 41.55%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=48.79%
G=41.55%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101862000.150.800.6048.8966.9423.73
Hex6556140F503C314318
Octal14512624017120746110330
Binary1100101101011010100011111010000111100110001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655614; }

 p { color: rgb(101,86,20); }

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

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

 a { background-color: rgb(101,86,20); }

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

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

 span { border-color: rgb(101,86,20); }

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