Html Css Color HEX #615613 Bronze Olive

📋 copy color: '#615613'

red 97 ◦ green 86 ◦ blue 19

#615613
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #615613

Tints of Bronze Olive #615613

RGB

 RED value IS 97 (38.28% from 255) = 48.02%

 GREEN value IS 86 (33.98% from 255) = 42.57%

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 48.02%
G = 42.57%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#615613 (or 0x615613) is known color: Bronze Olive. HEX triplet: 61, 56 and 13. RGB value is (97,86,19). Sum of RGB (Red+Green+Blue) = 97+86+19=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #615613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615613 is #9EA9EC. Grayscale: #515151. Windows color (decimal): -10398189 or 1267297. OLE color: 1267297.

HSL color Cylindrical-coordinate representation of color #615613: hue angle of 51.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #615613 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 86 19 -
CMYK 0 0.11 0.80 0.62
HSL 51.54º 0.67% 0.23% -
HSV(B) 51.54º 0.8% 0.38% -
XYZ 8.38 9.24 1.96 -
YUV 81.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 97 86 19 0 0.11 0.80 0.62 51.54 0.67 0.23
Hex 61 56 13 0 B 50 3E 34 43 17
Octal 141 126 23 0 13 120 76 64 103 27
Binary 1100001 1010110 10011 0 1011 1010000 111110 110100 1000011 10111

Color Harmonies of #615613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615613

Black with #615613

Text Example


Text Example

White with #615613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615613; }

 p { color: rgb(97,86,19); }

 H1.HeaderClassName
 {
   color: #615613;
 }
 .AnyTagClassName
 {
   color: #615613;
 }
</style>

background-color css

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

 a { background-color: rgb(97,86,19); }

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

border-color css

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

 span { border-color: rgb(97,86,19); }

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