Html Css Color HEX #6A3C1D Peru Tan

📋 copy color: '#6A3C1D'

red 106 ◦ green 60 ◦ blue 29

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

Shades of Peru Tan #6A3C1D

Tints of Peru Tan #6A3C1D

RGB

 RED value IS 106 (41.8% from 255) = 54.36%

 GREEN value IS 60 (23.83% from 255) = 30.77%

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 54.36%
G = 30.77%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6A3C1D (or 0x6A3C1D) is known color: Peru Tan. HEX triplet: 6A, 3C and 1D. RGB value is (106,60,29). Sum of RGB (Red+Green+Blue) = 106+60+29=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3C1D is #95C3E2. Grayscale: #464646. Windows color (decimal): -9815011 or 1916010. OLE color: 1916010.

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

Color convert

RGB 106 60 29 -
CMYK 0 0.43 0.73 0.58
HSL 24.16º 0.57% 0.26% -
HSV(B) 24.16º 0.73% 0.42% -
XYZ 7.78 6.38 1.98 -
YUV 70.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 106 60 29 0 0.43 0.73 0.58 24.16 0.57 0.26
Hex 6A 3C 1D 0 2B 49 3A 18 39 1A
Octal 152 74 35 0 53 111 72 30 71 32
Binary 1101010 111100 11101 0 101011 1001001 111010 11000 111001 11010

Color Harmonies of #6A3C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3C1D

Black with #6A3C1D

Text Example


Text Example

White with #6A3C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,60,29); }

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

background-color css

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

 a { background-color: rgb(106,60,29); }

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

border-color css

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

 span { border-color: rgb(106,60,29); }

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