Html Css Color HEX #615214 Bronze Olive

📋 copy color: '#615214'

red 97 ◦ green 82 ◦ blue 20

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

Shades of Bronze Olive #615214

Tints of Bronze Olive #615214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.05%

R = 48.74%
G = 41.21%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#615214 (or 0x615214) is known color: Bronze Olive. HEX triplet: 61, 52 and 14. RGB value is (97,82,20). Sum of RGB (Red+Green+Blue) = 97+82+20=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #615214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615214 is #9EADEB. Grayscale: #4F4F4F. Windows color (decimal): -10399212 or 1331809. OLE color: 1331809.

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

Color convert

RGB 97 82 20 -
CMYK 0 0.15 0.79 0.62
HSL 48.31º 0.66% 0.23% -
HSV(B) 48.31º 0.79% 0.38% -
XYZ 8.07 8.63 1.9 -
YUV 79.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 97 82 20 0 0.15 0.79 0.62 48.31 0.66 0.23
Hex 61 52 14 0 F 4F 3E 30 42 17
Octal 141 122 24 0 17 117 76 60 102 27
Binary 1100001 1010010 10100 0 1111 1001111 111110 110000 1000010 10111

Color Harmonies of #615214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615214

Black with #615214

Text Example


Text Example

White with #615214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615214; }

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

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

background-color css

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

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

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

border-color css

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

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

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