Html Css Color HEX #6F391B Peru Tan

📋 copy color: '#6F391B'

red 111 ◦ green 57 ◦ blue 27

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

Shades of Peru Tan #6F391B

Tints of Peru Tan #6F391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 56.92%
G = 29.23%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F391B (or 0x6F391B) is known color: Peru Tan. HEX triplet: 6F, 39 and 1B. RGB value is (111,57,27). Sum of RGB (Red+Green+Blue) = 111+57+27=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F391B is #90C6E4. Grayscale: #454545. Windows color (decimal): -9488101 or 1784175. OLE color: 1784175.

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

Color convert

RGB 111 57 27 -
CMYK 0 0.49 0.76 0.56
HSL 21.43º 0.61% 0.27% -
HSV(B) 21.43º 0.76% 0.44% -
XYZ 8.22 6.38 1.84 -
YUV 69.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 111 57 27 0 0.49 0.76 0.56 21.43 0.61 0.27
Hex 6F 39 1B 0 31 4C 38 15 3D 1B
Octal 157 71 33 0 61 114 70 25 75 33
Binary 1101111 111001 11011 0 110001 1001100 111000 10101 111101 11011

Color Harmonies of #6F391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F391B

Black with #6F391B

Text Example


Text Example

White with #6F391B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,57,27); }

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

background-color css

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

 a { background-color: rgb(111,57,27); }

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

border-color css

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

 span { border-color: rgb(111,57,27); }

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