#763618

Color #763618 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #763618

Tints of Peru Tan #763618

Color information

#763618 (or 0x763618) is unknown color: approx Peru Tan. HEX triplet: 76, 36 and 18. RGB value is (118,54,24). Sum of RGB (Red+Green+Blue) = 118+54+24=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #763618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763618 is #89C9E7. Grayscale: #454545. Windows color (decimal): -9030120 or 1586806. OLE color: 1586806.

HSL color Cylindrical-coordinate representation of color #763618: hue angle of 19.15º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #763618 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1185424-
CMYK00.540.800.54
HSL19.15º66.2%27.84%-
HSV(B)19.15º79.66%46.27%-
XYZ8.966.561.66-
YUV69.72102.2162.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=60.20%
G=27.55%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118542400.540.800.5419.1566.227.84
Hex763618036503613421c
Octal1666630066120662310234
Binary1110110110110110000110110101000011011010011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763618; }

 p { color: rgb(118,54,24); }

 H1.HeaderClassName
 {
   color: #763618;
 }
 .AnyTagClassName
 {
   color: #763618;
 }
</style>
background-color css

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

 a { background-color: rgb(118,54,24); }

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

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

 span { border-color: rgb(118,54,24); }

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