Html Css Color HEX #61541D Bronze Olive

📋 copy color: '#61541D'

red 97 ◦ green 84 ◦ blue 29

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

Shades of Bronze Olive #61541D

Tints of Bronze Olive #61541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40%

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 46.19%
G = 40%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61541D (or 0x61541D) is known color: Bronze Olive. HEX triplet: 61, 54 and 1D. RGB value is (97,84,29). Sum of RGB (Red+Green+Blue) = 97+84+29=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61541D is #9EABE2. Grayscale: #515151. Windows color (decimal): -10398691 or 1922145. OLE color: 1922145.

HSL color Cylindrical-coordinate representation of color #61541D: hue angle of 48.53º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61541D is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 84 29 -
CMYK 0 0.13 0.70 0.62
HSL 48.53º 0.54% 0.25% -
HSV(B) 48.53º 0.7% 0.38% -
XYZ 8.32 8.97 2.46 -
YUV 81.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 97 84 29 0 0.13 0.70 0.62 48.53 0.54 0.25
Hex 61 54 1D 0 D 46 3E 31 36 19
Octal 141 124 35 0 15 106 76 61 66 31
Binary 1100001 1010100 11101 0 1101 1000110 111110 110001 110110 11001

Color Harmonies of #61541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61541D

Black with #61541D

Text Example


Text Example

White with #61541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61541D; }

 p { color: rgb(97,84,29); }

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

background-color css

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

 a { background-color: rgb(97,84,29); }

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

border-color css

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

 span { border-color: rgb(97,84,29); }

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