Html Css Color HEX #6F3818 Peru Tan

📋 copy color: '#6F3818'

red 111 ◦ green 56 ◦ blue 24

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

Shades of Peru Tan #6F3818

Tints of Peru Tan #6F3818

RGB

 RED value IS 111 (43.75% from 255) = 58.12%

 GREEN value IS 56 (22.27% from 255) = 29.32%

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

R = 58.12%
G = 29.32%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F3818 (or 0x6F3818) is known color: Peru Tan. HEX triplet: 6F, 38 and 18. RGB value is (111,56,24). Sum of RGB (Red+Green+Blue) = 111+56+24=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3818 is #90C7E7. Grayscale: #444444. Windows color (decimal): -9488360 or 1587311. OLE color: 1587311.

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

Color convert

RGB 111 56 24 -
CMYK 0 0.50 0.78 0.56
HSL 22.07º 0.64% 0.26% -
HSV(B) 22.07º 0.78% 0.44% -
XYZ 8.13 6.27 1.65 -
YUV 68.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 111 56 24 0 0.50 0.78 0.56 22.07 0.64 0.26
Hex 6F 38 18 0 32 4E 38 16 40 1A
Octal 157 70 30 0 62 116 70 26 100 32
Binary 1101111 111000 11000 0 110010 1001110 111000 10110 1000000 11010

Color Harmonies of #6F3818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3818

Black with #6F3818

Text Example


Text Example

White with #6F3818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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