Html Css Color HEX #6F300F Peru Tan

📋 copy color: '#6F300F'

red 111 ◦ green 48 ◦ blue 15

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

Shades of Peru Tan #6F300F

Tints of Peru Tan #6F300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

 BLUE value IS 15 (6.25% from 255) = 8.62%

R = 63.79%
G = 27.59%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F300F (or 0x6F300F) is known color: Peru Tan. HEX triplet: 6F, 30 and 0F. RGB value is (111,48,15). Sum of RGB (Red+Green+Blue) = 111+48+15=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F300F is #90CFF0. Grayscale: #3F3F3F. Windows color (decimal): -9490417 or 995439. OLE color: 995439.

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

Color convert

RGB 111 48 15 -
CMYK 0 0.57 0.86 0.56
HSL 20.63º 0.76% 0.25% -
HSV(B) 20.63º 0.86% 0.44% -
XYZ 7.7 5.53 1.11 -
YUV 63.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 111 48 15 0 0.57 0.86 0.56 20.63 0.76 0.25
Hex 6F 30 F 0 39 56 38 15 4C 19
Octal 157 60 17 0 71 126 70 25 114 31
Binary 1101111 110000 1111 0 111001 1010110 111000 10101 1001100 11001

Color Harmonies of #6F300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F300F

Black with #6F300F

Text Example


Text Example

White with #6F300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,48,15); }

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

background-color css

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

 a { background-color: rgb(111,48,15); }

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

border-color css

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

 span { border-color: rgb(111,48,15); }

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