Html Css Color HEX #61560D Bronze Olive

📋 copy color: '#61560D'

red 97 ◦ green 86 ◦ blue 13

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

Shades of Bronze Olive #61560D

Tints of Bronze Olive #61560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.88%

 BLUE value IS 13 (5.47% from 255) = 6.63%

R = 49.49%
G = 43.88%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61560D (or 0x61560D) is known color: Bronze Olive. HEX triplet: 61, 56 and 0D. RGB value is (97,86,13). Sum of RGB (Red+Green+Blue) = 97+86+13=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61560D is #9EA9F2. Grayscale: #515151. Windows color (decimal): -10398195 or 874081. OLE color: 874081.

HSL color Cylindrical-coordinate representation of color #61560D: hue angle of 52.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61560D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 86 13 -
CMYK 0 0.11 0.87 0.62
HSL 52.14º 0.76% 0.22% -
HSV(B) 52.14º 0.87% 0.38% -
XYZ 8.33 9.23 1.72 -
YUV 80.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 97 86 13 0 0.11 0.87 0.62 52.14 0.76 0.22
Hex 61 56 D 0 B 57 3E 34 4C 16
Octal 141 126 15 0 13 127 76 64 114 26
Binary 1100001 1010110 1101 0 1011 1010111 111110 110100 1001100 10110

Color Harmonies of #61560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61560D

Black with #61560D

Text Example


Text Example

White with #61560D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,86,13); }

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

background-color css

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

 a { background-color: rgb(97,86,13); }

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

border-color css

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

 span { border-color: rgb(97,86,13); }

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