Html Css Color HEX #6F380E Peru Tan

📋 copy color: '#6F380E'

red 111 ◦ green 56 ◦ blue 14

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

Shades of Peru Tan #6F380E

Tints of Peru Tan #6F380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

 BLUE value IS 14 (5.86% from 255) = 7.73%

R = 61.33%
G = 30.94%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F380E (or 0x6F380E) is known color: Peru Tan. HEX triplet: 6F, 38 and 0E. RGB value is (111,56,14). Sum of RGB (Red+Green+Blue) = 111+56+14=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F380E is #90C7F1. Grayscale: #434343. Windows color (decimal): -9488370 or 931951. OLE color: 931951.

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

Color convert

RGB 111 56 14 -
CMYK 0 0.50 0.87 0.56
HSL 25.98º 0.78% 0.25% -
HSV(B) 25.98º 0.87% 0.44% -
XYZ 8.05 6.24 1.2 -
YUV 67.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 111 56 14 0 0.50 0.87 0.56 25.98 0.78 0.25
Hex 6F 38 E 0 32 57 38 1A 4E 19
Octal 157 70 16 0 62 127 70 32 116 31
Binary 1101111 111000 1110 0 110010 1010111 111000 11010 1001110 11001

Color Harmonies of #6F380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F380E

Black with #6F380E

Text Example


Text Example

White with #6F380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,56,14); }

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

background-color css

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

 a { background-color: rgb(111,56,14); }

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

border-color css

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

 span { border-color: rgb(111,56,14); }

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