Html Css Color HEX #615609 Bronze Olive

📋 copy color: '#615609'

red 97 ◦ green 86 ◦ blue 9

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

Shades of Bronze Olive #615609

Tints of Bronze Olive #615609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.69%

R = 50.52%
G = 44.79%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#615609 (or 0x615609) is known color: Bronze Olive. HEX triplet: 61, 56 and 09. RGB value is (97,86,9). Sum of RGB (Red+Green+Blue) = 97+86+9=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #615609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615609 is #9EA9F6. Grayscale: #505050. Windows color (decimal): -10398199 or 611937. OLE color: 611937.

HSL color Cylindrical-coordinate representation of color #615609: hue angle of 52.5º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #615609 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 86 9 -
CMYK 0 0.11 0.91 0.62
HSL 52.5º 0.83% 0.21% -
HSV(B) 52.5º 0.91% 0.38% -
XYZ 8.31 9.22 1.6 -
YUV 80.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 97 86 9 0 0.11 0.91 0.62 52.5 0.83 0.21
Hex 61 56 9 0 B 5B 3E 34 53 15
Octal 141 126 11 0 13 133 76 64 123 25
Binary 1100001 1010110 1001 0 1011 1011011 111110 110100 1010011 10101

Color Harmonies of #615609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615609

Black with #615609

Text Example


Text Example

White with #615609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615609; }

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

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

background-color css

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

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

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

border-color css

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

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

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