Html Css Color HEX #6B3416 Peru Tan

📋 copy color: '#6B3416'

red 107 ◦ green 52 ◦ blue 22

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

Shades of Peru Tan #6B3416

Tints of Peru Tan #6B3416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.73%

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

R = 59.12%
G = 28.73%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B3416 (or 0x6B3416) is known color: Peru Tan. HEX triplet: 6B, 34 and 16. RGB value is (107,52,22). Sum of RGB (Red+Green+Blue) = 107+52+22=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3416 is #94CBE9. Grayscale: #414141. Windows color (decimal): -9751530 or 1455211. OLE color: 1455211.

HSL color Cylindrical-coordinate representation of color #6B3416: hue angle of 21.18º 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 #6B3416 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 52 22 -
CMYK 0 0.51 0.79 0.58
HSL 21.18º 0.66% 0.25% -
HSV(B) 21.18º 0.79% 0.42% -
XYZ 7.44 5.64 1.46 -
YUV 65.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 107 52 22 0 0.51 0.79 0.58 21.18 0.66 0.25
Hex 6B 34 16 0 33 4F 3A 15 42 19
Octal 153 64 26 0 63 117 72 25 102 31
Binary 1101011 110100 10110 0 110011 1001111 111010 10101 1000010 11001

Color Harmonies of #6B3416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3416

Black with #6B3416

Text Example


Text Example

White with #6B3416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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