Html Css Color HEX #615321 Bronze Olive

📋 copy color: '#615321'

red 97 ◦ green 83 ◦ blue 33

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

Shades of Bronze Olive #615321

Tints of Bronze Olive #615321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 45.54%
G = 38.97%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#615321 (or 0x615321) is known color: Bronze Olive. HEX triplet: 61, 53 and 21. RGB value is (97,83,33). Sum of RGB (Red+Green+Blue) = 97+83+33=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #615321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615321 is #9EACDE. Grayscale: #515151. Windows color (decimal): -10398943 or 2184033. OLE color: 2184033.

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

Color convert

RGB 97 83 33 -
CMYK 0 0.14 0.66 0.62
HSL 46.88º 0.49% 0.25% -
HSV(B) 46.88º 0.66% 0.38% -
XYZ 8.3 8.84 2.71 -
YUV 81.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 97 83 33 0 0.14 0.66 0.62 46.88 0.49 0.25
Hex 61 53 21 0 E 42 3E 2F 31 19
Octal 141 123 41 0 16 102 76 57 61 31
Binary 1100001 1010011 100001 0 1110 1000010 111110 101111 110001 11001

Color Harmonies of #615321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615321

Black with #615321

Text Example


Text Example

White with #615321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615321; }

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

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

background-color css

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

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

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

border-color css

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

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

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