Html Css Color HEX #615212 Bronze Olive

📋 copy color: '#615212'

red 97 ◦ green 82 ◦ blue 18

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

Shades of Bronze Olive #615212

Tints of Bronze Olive #615212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

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

R = 49.24%
G = 41.62%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#615212 (or 0x615212) is known color: Bronze Olive. HEX triplet: 61, 52 and 12. RGB value is (97,82,18). Sum of RGB (Red+Green+Blue) = 97+82+18=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #615212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615212 is #9EADED. Grayscale: #4F4F4F. Windows color (decimal): -10399214 or 1200737. OLE color: 1200737.

HSL color Cylindrical-coordinate representation of color #615212: hue angle of 48.61º 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 #615212 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 82 18 -
CMYK 0 0.15 0.81 0.62
HSL 48.61º 0.69% 0.23% -
HSV(B) 48.61º 0.81% 0.38% -
XYZ 8.06 8.62 1.81 -
YUV 79.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 97 82 18 0 0.15 0.81 0.62 48.61 0.69 0.23
Hex 61 52 12 0 F 51 3E 31 45 17
Octal 141 122 22 0 17 121 76 61 105 27
Binary 1100001 1010010 10010 0 1111 1010001 111110 110001 1000101 10111

Color Harmonies of #615212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615212

Black with #615212

Text Example


Text Example

White with #615212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615212; }

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

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

background-color css

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

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

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

border-color css

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

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

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