Html Css Color HEX #645618 Bronze Olive

📋 copy color: '#645618'

red 100 ◦ green 86 ◦ blue 24

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

Shades of Bronze Olive #645618

Tints of Bronze Olive #645618

RGB

 RED value IS 100 (39.45% from 255) = 47.62%

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

 BLUE value IS 24 (9.77% from 255) = 11.43%

R = 47.62%
G = 40.95%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#645618 (or 0x645618) is known color: Bronze Olive. HEX triplet: 64, 56 and 18. RGB value is (100,86,24). Sum of RGB (Red+Green+Blue) = 100+86+24=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #645618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645618 is #9BA9E7. Grayscale: #535353. Windows color (decimal): -10201576 or 1594980. OLE color: 1594980.

HSL color Cylindrical-coordinate representation of color #645618: hue angle of 48.95º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #645618 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 86 24 -
CMYK 0 0.14 0.76 0.61
HSL 48.95º 0.61% 0.24% -
HSV(B) 48.95º 0.76% 0.39% -
XYZ 8.75 9.43 2.22 -
YUV 83.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 100 86 24 0 0.14 0.76 0.61 48.95 0.61 0.24
Hex 64 56 18 0 E 4C 3D 31 3D 18
Octal 144 126 30 0 16 114 75 61 75 30
Binary 1100100 1010110 11000 0 1110 1001100 111101 110001 111101 11000

Color Harmonies of #645618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645618

Black with #645618

Text Example


Text Example

White with #645618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645618; }

 p { color: rgb(100,86,24); }

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

background-color css

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

 a { background-color: rgb(100,86,24); }

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

border-color css

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

 span { border-color: rgb(100,86,24); }

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