Html Css Color HEX #655119 Bronze Olive

📋 copy color: '#655119'

red 101 ◦ green 81 ◦ blue 25

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

Shades of Bronze Olive #655119

Tints of Bronze Olive #655119

RGB

 RED value IS 101 (39.84% from 255) = 48.79%

 GREEN value IS 81 (32.03% from 255) = 39.13%

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 48.79%
G = 39.13%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#655119 (or 0x655119) is known color: Bronze Olive. HEX triplet: 65, 51 and 19. RGB value is (101,81,25). Sum of RGB (Red+Green+Blue) = 101+81+25=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #655119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655119 is #9AAEE6. Grayscale: #505050. Windows color (decimal): -10137319 or 1659237. OLE color: 1659237.

HSL color Cylindrical-coordinate representation of color #655119: hue angle of 44.21º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #655119 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 81 25 -
CMYK 0 0.20 0.75 0.60
HSL 44.21º 0.6% 0.25% -
HSV(B) 44.21º 0.75% 0.4% -
XYZ 8.48 8.72 2.16 -
YUV 80.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 101 81 25 0 0.20 0.75 0.60 44.21 0.6 0.25
Hex 65 51 19 0 14 4B 3C 2C 3C 19
Octal 145 121 31 0 24 113 74 54 74 31
Binary 1100101 1010001 11001 0 10100 1001011 111100 101100 111100 11001

Color Harmonies of #655119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655119

Black with #655119

Text Example


Text Example

White with #655119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655119; }

 p { color: rgb(101,81,25); }

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

background-color css

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

 a { background-color: rgb(101,81,25); }

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

border-color css

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

 span { border-color: rgb(101,81,25); }

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