Html Css Color HEX #61551B Bronze Olive

📋 copy color: '#61551B'

red 97 ◦ green 85 ◦ blue 27

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

Shades of Bronze Olive #61551B

Tints of Bronze Olive #61551B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.92%

R = 46.41%
G = 40.67%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61551B (or 0x61551B) is known color: Bronze Olive. HEX triplet: 61, 55 and 1B. RGB value is (97,85,27). Sum of RGB (Red+Green+Blue) = 97+85+27=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61551B is #9EAAE4. Grayscale: #525252. Windows color (decimal): -10398437 or 1791329. OLE color: 1791329.

HSL color Cylindrical-coordinate representation of color #61551B: hue angle of 49.71º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61551B is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 85 27 -
CMYK 0 0.12 0.72 0.62
HSL 49.71º 0.56% 0.24% -
HSV(B) 49.71º 0.72% 0.38% -
XYZ 8.38 9.12 2.36 -
YUV 81.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 97 85 27 0 0.12 0.72 0.62 49.71 0.56 0.24
Hex 61 55 1B 0 C 48 3E 32 38 18
Octal 141 125 33 0 14 110 76 62 70 30
Binary 1100001 1010101 11011 0 1100 1001000 111110 110010 111000 11000

Color Harmonies of #61551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61551B

Black with #61551B

Text Example


Text Example

White with #61551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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