Html Css Color HEX #615320 Bronze Olive

📋 copy color: '#615320'

red 97 ◦ green 83 ◦ blue 32

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

Shades of Bronze Olive #615320

Tints of Bronze Olive #615320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

 BLUE value IS 32 (12.89% from 255) = 15.09%

R = 45.75%
G = 39.15%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#615320 (or 0x615320) is known color: Bronze Olive. HEX triplet: 61, 53 and 20. RGB value is (97,83,32). Sum of RGB (Red+Green+Blue) = 97+83+32=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #615320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615320 is #9EACDF. Grayscale: #515151. Windows color (decimal): -10398944 or 2118497. OLE color: 2118497.

HSL color Cylindrical-coordinate representation of color #615320: hue angle of 47.08º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #615320 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 83 32 -
CMYK 0 0.14 0.67 0.62
HSL 47.08º 0.5% 0.25% -
HSV(B) 47.08º 0.67% 0.38% -
XYZ 8.28 8.83 2.63 -
YUV 81.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 97 83 32 0 0.14 0.67 0.62 47.08 0.5 0.25
Hex 61 53 20 0 E 43 3E 2F 32 19
Octal 141 123 40 0 16 103 76 57 62 31
Binary 1100001 1010011 100000 0 1110 1000011 111110 101111 110010 11001

Color Harmonies of #615320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615320

Black with #615320

Text Example


Text Example

White with #615320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615320; }

 p { color: rgb(97,83,32); }

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

background-color css

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

 a { background-color: rgb(97,83,32); }

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

border-color css

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

 span { border-color: rgb(97,83,32); }

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