Html Css Color HEX #61551C Bronze Olive

📋 copy color: '#61551C'

red 97 ◦ green 85 ◦ blue 28

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

Shades of Bronze Olive #61551C

Tints of Bronze Olive #61551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.48%

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

R = 46.19%
G = 40.48%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61551C (or 0x61551C) is known color: Bronze Olive. HEX triplet: 61, 55 and 1C. RGB value is (97,85,28). Sum of RGB (Red+Green+Blue) = 97+85+28=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61551C is #9EAAE3. Grayscale: #525252. Windows color (decimal): -10398436 or 1856865. OLE color: 1856865.

HSL color Cylindrical-coordinate representation of color #61551C: hue angle of 49.57º 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 #61551C is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 85 28 -
CMYK 0 0.12 0.71 0.62
HSL 49.57º 0.55% 0.25% -
HSV(B) 49.57º 0.71% 0.38% -
XYZ 8.39 9.12 2.42 -
YUV 82.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 97 85 28 0 0.12 0.71 0.62 49.57 0.55 0.25
Hex 61 55 1C 0 C 47 3E 32 37 19
Octal 141 125 34 0 14 107 76 62 67 31
Binary 1100001 1010101 11100 0 1100 1000111 111110 110010 110111 11001

Color Harmonies of #61551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61551C

Black with #61551C

Text Example


Text Example

White with #61551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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