Html Css Color HEX #61531C Bronze Olive

📋 copy color: '#61531C'

red 97 ◦ green 83 ◦ blue 28

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

Shades of Bronze Olive #61531C

Tints of Bronze Olive #61531C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 46.63%
G = 39.9%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61531C (or 0x61531C) is known color: Bronze Olive. HEX triplet: 61, 53 and 1C. RGB value is (97,83,28). Sum of RGB (Red+Green+Blue) = 97+83+28=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61531C is #9EACE3. Grayscale: #515151. Windows color (decimal): -10398948 or 1856353. OLE color: 1856353.

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

Color convert

RGB 97 83 28 -
CMYK 0 0.14 0.71 0.62
HSL 47.83º 0.55% 0.25% -
HSV(B) 47.83º 0.71% 0.38% -
XYZ 8.23 8.81 2.37 -
YUV 80.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 97 83 28 0 0.14 0.71 0.62 47.83 0.55 0.25
Hex 61 53 1C 0 E 47 3E 30 37 19
Octal 141 123 34 0 16 107 76 60 67 31
Binary 1100001 1010011 11100 0 1110 1000111 111110 110000 110111 11001

Color Harmonies of #61531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61531C

Black with #61531C

Text Example


Text Example

White with #61531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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