Html Css Color HEX #6C3716 Peru Tan

📋 copy color: '#6C3716'

red 108 ◦ green 55 ◦ blue 22

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

Shades of Peru Tan #6C3716

Tints of Peru Tan #6C3716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

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

R = 58.38%
G = 29.73%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6C3716 (or 0x6C3716) is known color: Peru Tan. HEX triplet: 6C, 37 and 16. RGB value is (108,55,22). Sum of RGB (Red+Green+Blue) = 108+55+22=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3716 is #93C8E9. Grayscale: #434343. Windows color (decimal): -9685226 or 1455980. OLE color: 1455980.

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

Color convert

RGB 108 55 22 -
CMYK 0 0.49 0.80 0.58
HSL 23.02º 0.66% 0.25% -
HSV(B) 23.02º 0.8% 0.42% -
XYZ 7.7 5.98 1.51 -
YUV 67.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 108 55 22 0 0.49 0.80 0.58 23.02 0.66 0.25
Hex 6C 37 16 0 31 50 3A 17 42 19
Octal 154 67 26 0 61 120 72 27 102 31
Binary 1101100 110111 10110 0 110001 1010000 111010 10111 1000010 11001

Color Harmonies of #6C3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3716

Black with #6C3716

Text Example


Text Example

White with #6C3716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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