Html Css Color HEX #655412 Bronze Olive

📋 copy color: '#655412'

red 101 ◦ green 84 ◦ blue 18

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

Shades of Bronze Olive #655412

Tints of Bronze Olive #655412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 49.75%
G = 41.38%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#655412 (or 0x655412) is known color: Bronze Olive. HEX triplet: 65, 54 and 12. RGB value is (101,84,18). Sum of RGB (Red+Green+Blue) = 101+84+18=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #655412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655412 is #9AABED. Grayscale: #515151. Windows color (decimal): -10136558 or 1201253. OLE color: 1201253.

HSL color Cylindrical-coordinate representation of color #655412: hue angle of 47.71º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #655412 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 84 18 -
CMYK 0 0.17 0.82 0.60
HSL 47.71º 0.7% 0.23% -
HSV(B) 47.71º 0.82% 0.4% -
XYZ 8.65 9.15 1.88 -
YUV 81.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 101 84 18 0 0.17 0.82 0.60 47.71 0.7 0.23
Hex 65 54 12 0 11 52 3C 30 46 17
Octal 145 124 22 0 21 122 74 60 106 27
Binary 1100101 1010100 10010 0 10001 1010010 111100 110000 1000110 10111

Color Harmonies of #655412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655412

Black with #655412

Text Example


Text Example

White with #655412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655412; }

 p { color: rgb(101,84,18); }

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

background-color css

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

 a { background-color: rgb(101,84,18); }

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

border-color css

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

 span { border-color: rgb(101,84,18); }

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