Html Css Color HEX #61531F Bronze Olive

📋 copy color: '#61531F'

red 97 ◦ green 83 ◦ blue 31

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

Shades of Bronze Olive #61531F

Tints of Bronze Olive #61531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.69%

R = 45.97%
G = 39.34%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61531F (or 0x61531F) is known color: Bronze Olive. HEX triplet: 61, 53 and 1F. RGB value is (97,83,31). Sum of RGB (Red+Green+Blue) = 97+83+31=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61531F is #9EACE0. Grayscale: #515151. Windows color (decimal): -10398945 or 2052961. OLE color: 2052961.

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

Color convert

RGB 97 83 31 -
CMYK 0 0.14 0.68 0.62
HSL 47.27º 0.52% 0.25% -
HSV(B) 47.27º 0.68% 0.38% -
XYZ 8.27 8.83 2.56 -
YUV 81.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 97 83 31 0 0.14 0.68 0.62 47.27 0.52 0.25
Hex 61 53 1F 0 E 44 3E 2F 34 19
Octal 141 123 37 0 16 104 76 57 64 31
Binary 1100001 1010011 11111 0 1110 1000100 111110 101111 110100 11001

Color Harmonies of #61531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61531F

Black with #61531F

Text Example


Text Example

White with #61531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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