Html Css Color HEX #6B3815 Peru Tan

📋 copy color: '#6B3815'

red 107 ◦ green 56 ◦ blue 21

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

Shades of Peru Tan #6B3815

Tints of Peru Tan #6B3815

RGB

 RED value IS 107 (42.19% from 255) = 58.15%

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

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 58.15%
G = 30.43%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6B3815 (or 0x6B3815) is known color: Peru Tan. HEX triplet: 6B, 38 and 15. RGB value is (107,56,21). Sum of RGB (Red+Green+Blue) = 107+56+21=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3815 is #94C7EA. Grayscale: #434343. Windows color (decimal): -9750507 or 1390699. OLE color: 1390699.

HSL color Cylindrical-coordinate representation of color #6B3815: hue angle of 24.42º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B3815 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 56 21 -
CMYK 0 0.48 0.80 0.58
HSL 24.42º 0.67% 0.25% -
HSV(B) 24.42º 0.8% 0.42% -
XYZ 7.61 6.01 1.47 -
YUV 67.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 107 56 21 0 0.48 0.80 0.58 24.42 0.67 0.25
Hex 6B 38 15 0 30 50 3A 18 43 19
Octal 153 70 25 0 60 120 72 30 103 31
Binary 1101011 111000 10101 0 110000 1010000 111010 11000 1000011 11001

Color Harmonies of #6B3815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3815

Black with #6B3815

Text Example


Text Example

White with #6B3815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,56,21); }

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

background-color css

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

 a { background-color: rgb(107,56,21); }

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

border-color css

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

 span { border-color: rgb(107,56,21); }

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