Html Css Color HEX #61531E Bronze Olive

📋 copy color: '#61531E'

red 97 ◦ green 83 ◦ blue 30

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

Shades of Bronze Olive #61531E

Tints of Bronze Olive #61531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 46.19%
G = 39.52%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#61531E (or 0x61531E) is known color: Bronze Olive. HEX triplet: 61, 53 and 1E. RGB value is (97,83,30). Sum of RGB (Red+Green+Blue) = 97+83+30=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61531E is #9EACE1. Grayscale: #515151. Windows color (decimal): -10398946 or 1987425. OLE color: 1987425.

HSL color Cylindrical-coordinate representation of color #61531E: hue angle of 47.46º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61531E is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 83 30 -
CMYK 0 0.14 0.69 0.62
HSL 47.46º 0.53% 0.25% -
HSV(B) 47.46º 0.69% 0.38% -
XYZ 8.26 8.82 2.5 -
YUV 81.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 97 83 30 0 0.14 0.69 0.62 47.46 0.53 0.25
Hex 61 53 1E 0 E 45 3E 2F 35 19
Octal 141 123 36 0 16 105 76 57 65 31
Binary 1100001 1010011 11110 0 1110 1000101 111110 101111 110101 11001

Color Harmonies of #61531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61531E

Black with #61531E

Text Example


Text Example

White with #61531E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,83,30); }

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

background-color css

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

 a { background-color: rgb(97,83,30); }

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

border-color css

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

 span { border-color: rgb(97,83,30); }

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