Html Css Color HEX #6F370B Peru Tan

📋 copy color: '#6F370B'

red 111 ◦ green 55 ◦ blue 11

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

Shades of Peru Tan #6F370B

Tints of Peru Tan #6F370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.07%

 BLUE value IS 11 (4.69% from 255) = 6.21%

R = 62.71%
G = 31.07%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6F370B (or 0x6F370B) is known color: Peru Tan. HEX triplet: 6F, 37 and 0B. RGB value is (111,55,11). Sum of RGB (Red+Green+Blue) = 111+55+11=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F370B is #90C8F4. Grayscale: #424242. Windows color (decimal): -9488629 or 735087. OLE color: 735087.

HSL color Cylindrical-coordinate representation of color #6F370B: hue angle of 26.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F370B is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 11 -
CMYK 0 0.50 0.90 0.56
HSL 26.4º 0.82% 0.24% -
HSV(B) 26.4º 0.9% 0.44% -
XYZ 7.98 6.14 1.08 -
YUV 66.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 111 55 11 0 0.50 0.90 0.56 26.4 0.82 0.24
Hex 6F 37 B 0 32 5A 38 1A 52 18
Octal 157 67 13 0 62 132 70 32 122 30
Binary 1101111 110111 1011 0 110010 1011010 111000 11010 1010010 11000

Color Harmonies of #6F370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F370B

Black with #6F370B

Text Example


Text Example

White with #6F370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,11); }

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

background-color css

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

 a { background-color: rgb(111,55,11); }

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

border-color css

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

 span { border-color: rgb(111,55,11); }

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