Html Css Color HEX #61550E Bronze Olive

📋 copy color: '#61550E'

red 97 ◦ green 85 ◦ blue 14

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

Shades of Bronze Olive #61550E

Tints of Bronze Olive #61550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 49.49%
G = 43.37%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61550E (or 0x61550E) is known color: Bronze Olive. HEX triplet: 61, 55 and 0E. RGB value is (97,85,14). Sum of RGB (Red+Green+Blue) = 97+85+14=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61550E is #9EAAF1. Grayscale: #505050. Windows color (decimal): -10398450 or 939361. OLE color: 939361.

HSL color Cylindrical-coordinate representation of color #61550E: hue angle of 51.33º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61550E is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 85 14 -
CMYK 0 0.12 0.86 0.62
HSL 51.33º 0.75% 0.22% -
HSV(B) 51.33º 0.86% 0.38% -
XYZ 8.26 9.07 1.73 -
YUV 80.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 97 85 14 0 0.12 0.86 0.62 51.33 0.75 0.22
Hex 61 55 E 0 C 56 3E 33 4B 16
Octal 141 125 16 0 14 126 76 63 113 26
Binary 1100001 1010101 1110 0 1100 1010110 111110 110011 1001011 10110

Color Harmonies of #61550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61550E

Black with #61550E

Text Example


Text Example

White with #61550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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