Html Css Color HEX #6F370A Peru Tan

📋 copy color: '#6F370A'

red 111 ◦ green 55 ◦ blue 10

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

Shades of Peru Tan #6F370A

Tints of Peru Tan #6F370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.68%

R = 63.07%
G = 31.25%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6F370A (or 0x6F370A) is known color: Peru Tan. HEX triplet: 6F, 37 and 0A. RGB value is (111,55,10). Sum of RGB (Red+Green+Blue) = 111+55+10=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F370A is #90C8F5. Grayscale: #424242. Windows color (decimal): -9488630 or 669551. OLE color: 669551.

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

Color convert

RGB 111 55 10 -
CMYK 0 0.50 0.91 0.56
HSL 26.73º 0.83% 0.24% -
HSV(B) 26.73º 0.91% 0.44% -
XYZ 7.98 6.13 1.05 -
YUV 66.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 111 55 10 0 0.50 0.91 0.56 26.73 0.83 0.24
Hex 6F 37 A 0 32 5B 38 1B 53 18
Octal 157 67 12 0 62 133 70 33 123 30
Binary 1101111 110111 1010 0 110010 1011011 111000 11011 1010011 11000

Color Harmonies of #6F370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F370A

Black with #6F370A

Text Example


Text Example

White with #6F370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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