Html Css Color HEX #6F341A Peru Tan

📋 copy color: '#6F341A'

red 111 ◦ green 52 ◦ blue 26

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

Shades of Peru Tan #6F341A

Tints of Peru Tan #6F341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 58.73%
G = 27.51%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F341A (or 0x6F341A) is known color: Peru Tan. HEX triplet: 6F, 34 and 1A. RGB value is (111,52,26). Sum of RGB (Red+Green+Blue) = 111+52+26=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F341A is #90CBE5. Grayscale: #424242. Windows color (decimal): -9489382 or 1717359. OLE color: 1717359.

HSL color Cylindrical-coordinate representation of color #6F341A: hue angle of 18.35º 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 #6F341A is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 52 26 -
CMYK 0 0.53 0.77 0.56
HSL 18.35º 0.62% 0.27% -
HSV(B) 18.35º 0.77% 0.44% -
XYZ 7.97 5.91 1.7 -
YUV 66.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 111 52 26 0 0.53 0.77 0.56 18.35 0.62 0.27
Hex 6F 34 1A 0 35 4D 38 12 3E 1B
Octal 157 64 32 0 65 115 70 22 76 33
Binary 1101111 110100 11010 0 110101 1001101 111000 10010 111110 11011

Color Harmonies of #6F341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F341A

Black with #6F341A

Text Example


Text Example

White with #6F341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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