Html Css Color HEX #61541C Bronze Olive

📋 copy color: '#61541C'

red 97 ◦ green 84 ◦ blue 28

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

Shades of Bronze Olive #61541C

Tints of Bronze Olive #61541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 46.41%
G = 40.19%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61541C (or 0x61541C) is known color: Bronze Olive. HEX triplet: 61, 54 and 1C. RGB value is (97,84,28). Sum of RGB (Red+Green+Blue) = 97+84+28=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61541C is #9EABE3. Grayscale: #515151. Windows color (decimal): -10398692 or 1856609. OLE color: 1856609.

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

Color convert

RGB 97 84 28 -
CMYK 0 0.13 0.71 0.62
HSL 48.7º 0.55% 0.25% -
HSV(B) 48.7º 0.71% 0.38% -
XYZ 8.31 8.97 2.39 -
YUV 81.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 97 84 28 0 0.13 0.71 0.62 48.7 0.55 0.25
Hex 61 54 1C 0 D 47 3E 31 37 19
Octal 141 124 34 0 15 107 76 61 67 31
Binary 1100001 1010100 11100 0 1101 1000111 111110 110001 110111 11001

Color Harmonies of #61541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61541C

Black with #61541C

Text Example


Text Example

White with #61541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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