Html Css Color HEX #6C3616 Peru Tan

📋 copy color: '#6C3616'

red 108 ◦ green 54 ◦ blue 22

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

Shades of Peru Tan #6C3616

Tints of Peru Tan #6C3616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

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

R = 58.7%
G = 29.35%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6C3616 (or 0x6C3616) is known color: Peru Tan. HEX triplet: 6C, 36 and 16. RGB value is (108,54,22). Sum of RGB (Red+Green+Blue) = 108+54+22=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3616 is #93C9E9. Grayscale: #424242. Windows color (decimal): -9685482 or 1455724. OLE color: 1455724.

HSL color Cylindrical-coordinate representation of color #6C3616: hue angle of 22.33º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C3616 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 54 22 -
CMYK 0 0.50 0.80 0.58
HSL 22.33º 0.66% 0.25% -
HSV(B) 22.33º 0.8% 0.42% -
XYZ 7.65 5.88 1.49 -
YUV 66.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 108 54 22 0 0.50 0.80 0.58 22.33 0.66 0.25
Hex 6C 36 16 0 32 50 3A 16 42 19
Octal 154 66 26 0 62 120 72 26 102 31
Binary 1101100 110110 10110 0 110010 1010000 111010 10110 1000010 11001

Color Harmonies of #6C3616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3616

Black with #6C3616

Text Example


Text Example

White with #6C3616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,54,22); }

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

background-color css

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

 a { background-color: rgb(108,54,22); }

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

border-color css

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

 span { border-color: rgb(108,54,22); }

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