Html Css Color HEX #6B381A Peru Tan

📋 copy color: '#6B381A'

red 107 ◦ green 56 ◦ blue 26

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

Shades of Peru Tan #6B381A

Tints of Peru Tan #6B381A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 56.61%
G = 29.63%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6B381A (or 0x6B381A) is known color: Peru Tan. HEX triplet: 6B, 38 and 1A. RGB value is (107,56,26). Sum of RGB (Red+Green+Blue) = 107+56+26=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B381A is #94C7E5. Grayscale: #444444. Windows color (decimal): -9750502 or 1718379. OLE color: 1718379.

HSL color Cylindrical-coordinate representation of color #6B381A: hue angle of 22.22º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B381A is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 56 26 -
CMYK 0 0.48 0.76 0.58
HSL 22.22º 0.61% 0.26% -
HSV(B) 22.22º 0.76% 0.42% -
XYZ 7.66 6.03 1.74 -
YUV 67.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 107 56 26 0 0.48 0.76 0.58 22.22 0.61 0.26
Hex 6B 38 1A 0 30 4C 3A 16 3D 1A
Octal 153 70 32 0 60 114 72 26 75 32
Binary 1101011 111000 11010 0 110000 1001100 111010 10110 111101 11010

Color Harmonies of #6B381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B381A

Black with #6B381A

Text Example


Text Example

White with #6B381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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