Html Css Color HEX #6B3A16 Peru Tan

📋 copy color: '#6B3A16'

red 107 ◦ green 58 ◦ blue 22

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

Shades of Peru Tan #6B3A16

Tints of Peru Tan #6B3A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.02%

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

R = 57.22%
G = 31.02%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B3A16 (or 0x6B3A16) is known color: Peru Tan. HEX triplet: 6B, 3A and 16. RGB value is (107,58,22). Sum of RGB (Red+Green+Blue) = 107+58+22=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3A16 is #94C5E9. Grayscale: #444444. Windows color (decimal): -9749994 or 1456747. OLE color: 1456747.

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

Color convert

RGB 107 58 22 -
CMYK 0 0.46 0.79 0.58
HSL 25.41º 0.66% 0.25% -
HSV(B) 25.41º 0.79% 0.42% -
XYZ 7.72 6.21 1.55 -
YUV 68.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 107 58 22 0 0.46 0.79 0.58 25.41 0.66 0.25
Hex 6B 3A 16 0 2E 4F 3A 19 42 19
Octal 153 72 26 0 56 117 72 31 102 31
Binary 1101011 111010 10110 0 101110 1001111 111010 11001 1000010 11001

Color Harmonies of #6B3A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3A16

Black with #6B3A16

Text Example


Text Example

White with #6B3A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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