#61550E

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

Shades of Bronze Olive #61550E

Tints of Bronze Olive #61550E

Color information

#61550E (or 0x61550E) is unknown color: approx Bronze Olive. HEX triplet: 61, 55 and 0E. RGB value is (97,85,14). Sum of RGB (Red+Green+Blue) = 97+85+14=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61550E is #9EAAF1. Grayscale: #505050. Windows color (decimal): -10398450 or 939361. OLE color: 939361.

HSL color Cylindrical-coordinate representation of color #61550E: hue angle of 51.33º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61550E is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB978514-
CMYK00.120.860.62
HSL51.33º74.77%21.76%-
HSV(B)51.33º85.57%38.04%-
XYZ8.269.071.73-
YUV80.4990.48139.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 14 (5.86% from 255) = 7.14%
R=49.49%
G=43.37%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97851400.120.860.6251.3374.7721.76
Hex6155E0C563E334b16
Octal14112516014126766311326
Binary110000110101011110011001010110111110110011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61550E; }

 p { color: rgb(97,85,14); }

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

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

 a { background-color: rgb(97,85,14); }

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

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

 span { border-color: rgb(97,85,14); }

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