#6F380F

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

Shades of Peru Tan #6F380F

Tints of Peru Tan #6F380F

Color information

#6F380F (or 0x6F380F) is unknown color: approx Peru Tan. HEX triplet: 6F, 38 and 0F. RGB value is (111,56,15). Sum of RGB (Red+Green+Blue) = 111+56+15=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F380F is #90C7F0. Grayscale: #434343. Windows color (decimal): -9488369 or 997487. OLE color: 997487.

HSL color Cylindrical-coordinate representation of color #6F380F: hue angle of 25.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F380F is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1115615-
CMYK00.500.860.56
HSL25.62º76.19%24.71%-
HSV(B)25.62º86.49%43.53%-
XYZ8.066.241.23-
YUV67.7798.22158.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.99%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=60.99%
G=30.77%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111561500.500.860.5625.6276.1924.71
Hex6F38F03256381a4c19
Octal1577017062126703211431
Binary110111111100011110110010101011011100011010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F380F; }

 p { color: rgb(111,56,15); }

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

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

 a { background-color: rgb(111,56,15); }

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

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

 span { border-color: rgb(111,56,15); }

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