Html Css Color HEX #6F331A Peru Tan

📋 copy color: '#6F331A'

red 111 ◦ green 51 ◦ blue 26

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

Shades of Peru Tan #6F331A

Tints of Peru Tan #6F331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 59.04%
G = 27.13%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F331A (or 0x6F331A) is known color: Peru Tan. HEX triplet: 6F, 33 and 1A. RGB value is (111,51,26). Sum of RGB (Red+Green+Blue) = 111+51+26=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F331A is #90CCE5. Grayscale: #424242. Windows color (decimal): -9489638 or 1717103. OLE color: 1717103.

HSL color Cylindrical-coordinate representation of color #6F331A: hue angle of 17.65º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F331A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 51 26 -
CMYK 0 0.54 0.77 0.56
HSL 17.65º 0.62% 0.27% -
HSV(B) 17.65º 0.77% 0.44% -
XYZ 7.93 5.82 1.68 -
YUV 66.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 111 51 26 0 0.54 0.77 0.56 17.65 0.62 0.27
Hex 6F 33 1A 0 36 4D 38 12 3E 1B
Octal 157 63 32 0 66 115 70 22 76 33
Binary 1101111 110011 11010 0 110110 1001101 111000 10010 111110 11011

Color Harmonies of #6F331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F331A

Black with #6F331A

Text Example


Text Example

White with #6F331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,26); }

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

background-color css

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

 a { background-color: rgb(111,51,26); }

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

border-color css

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

 span { border-color: rgb(111,51,26); }

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