Html Css Color HEX #615612 Bronze Olive

📋 copy color: '#615612'

red 97 ◦ green 86 ◦ blue 18

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

Shades of Bronze Olive #615612

Tints of Bronze Olive #615612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 48.26%
G = 42.79%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#615612 (or 0x615612) is known color: Bronze Olive. HEX triplet: 61, 56 and 12. RGB value is (97,86,18). Sum of RGB (Red+Green+Blue) = 97+86+18=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #615612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615612 is #9EA9ED. Grayscale: #515151. Windows color (decimal): -10398190 or 1201761. OLE color: 1201761.

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

Color convert

RGB 97 86 18 -
CMYK 0 0.11 0.81 0.62
HSL 51.65º 0.69% 0.23% -
HSV(B) 51.65º 0.81% 0.38% -
XYZ 8.37 9.24 1.91 -
YUV 81.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 97 86 18 0 0.11 0.81 0.62 51.65 0.69 0.23
Hex 61 56 12 0 B 51 3E 34 45 17
Octal 141 126 22 0 13 121 76 64 105 27
Binary 1100001 1010110 10010 0 1011 1010001 111110 110100 1000101 10111

Color Harmonies of #615612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615612

Black with #615612

Text Example


Text Example

White with #615612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615612; }

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

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

background-color css

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

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

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

border-color css

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

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

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