Html Css Color HEX #6B3516 Peru Tan

📋 copy color: '#6B3516'

red 107 ◦ green 53 ◦ blue 22

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

Shades of Peru Tan #6B3516

Tints of Peru Tan #6B3516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 58.79%
G = 29.12%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B3516 (or 0x6B3516) is known color: Peru Tan. HEX triplet: 6B, 35 and 16. RGB value is (107,53,22). Sum of RGB (Red+Green+Blue) = 107+53+22=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3516 is #94CAE9. Grayscale: #414141. Windows color (decimal): -9751274 or 1455467. OLE color: 1455467.

HSL color Cylindrical-coordinate representation of color #6B3516: hue angle of 21.88º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B3516 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 53 22 -
CMYK 0 0.50 0.79 0.58
HSL 21.88º 0.66% 0.25% -
HSV(B) 21.88º 0.79% 0.42% -
XYZ 7.48 5.73 1.47 -
YUV 65.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 107 53 22 0 0.50 0.79 0.58 21.88 0.66 0.25
Hex 6B 35 16 0 32 4F 3A 16 42 19
Octal 153 65 26 0 62 117 72 26 102 31
Binary 1101011 110101 10110 0 110010 1001111 111010 10110 1000010 11001

Color Harmonies of #6B3516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3516

Black with #6B3516

Text Example


Text Example

White with #6B3516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,53,22); }

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

background-color css

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

 a { background-color: rgb(107,53,22); }

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

border-color css

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

 span { border-color: rgb(107,53,22); }

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