Html Css Color HEX #6C3C1A Peru Tan

📋 copy color: '#6C3C1A'

red 108 ◦ green 60 ◦ blue 26

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

Shades of Peru Tan #6C3C1A

Tints of Peru Tan #6C3C1A

RGB

 RED value IS 108 (42.58% from 255) = 55.67%

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

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

R = 55.67%
G = 30.93%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6C3C1A (or 0x6C3C1A) is known color: Peru Tan. HEX triplet: 6C, 3C and 1A. RGB value is (108,60,26). Sum of RGB (Red+Green+Blue) = 108+60+26=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3C1A is #93C3E5. Grayscale: #464646. Windows color (decimal): -9683942 or 1719404. OLE color: 1719404.

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

Color convert

RGB 108 60 26 -
CMYK 0 0.44 0.76 0.58
HSL 24.88º 0.61% 0.26% -
HSV(B) 24.88º 0.76% 0.42% -
XYZ 7.99 6.49 1.81 -
YUV 70.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 108 60 26 0 0.44 0.76 0.58 24.88 0.61 0.26
Hex 6C 3C 1A 0 2C 4C 3A 19 3D 1A
Octal 154 74 32 0 54 114 72 31 75 32
Binary 1101100 111100 11010 0 101100 1001100 111010 11001 111101 11010

Color Harmonies of #6C3C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3C1A

Black with #6C3C1A

Text Example


Text Example

White with #6C3C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,60,26); }

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

background-color css

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

 a { background-color: rgb(108,60,26); }

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

border-color css

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

 span { border-color: rgb(108,60,26); }

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