Html Css Color HEX #68391A Peru Tan

📋 copy color: '#68391A'

red 104 ◦ green 57 ◦ blue 26

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

Shades of Peru Tan #68391A

Tints of Peru Tan #68391A

RGB

 RED value IS 104 (41.02% from 255) = 55.61%

 GREEN value IS 57 (22.66% from 255) = 30.48%

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

R = 55.61%
G = 30.48%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68391A (or 0x68391A) is known color: Peru Tan. HEX triplet: 68, 39 and 1A. RGB value is (104,57,26). Sum of RGB (Red+Green+Blue) = 104+57+26=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68391A is #97C6E5. Grayscale: #434343. Windows color (decimal): -9946854 or 1718632. OLE color: 1718632.

HSL color Cylindrical-coordinate representation of color #68391A: hue angle of 23.85º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68391A is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 57 26 -
CMYK 0 0.45 0.75 0.59
HSL 23.85º 0.6% 0.25% -
HSV(B) 23.85º 0.75% 0.41% -
XYZ 7.36 5.94 1.74 -
YUV 67.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 104 57 26 0 0.45 0.75 0.59 23.85 0.6 0.25
Hex 68 39 1A 0 2D 4B 3B 18 3C 19
Octal 150 71 32 0 55 113 73 30 74 31
Binary 1101000 111001 11010 0 101101 1001011 111011 11000 111100 11001

Color Harmonies of #68391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68391A

Black with #68391A

Text Example


Text Example

White with #68391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68391A; }

 p { color: rgb(104,57,26); }

 H1.HeaderClassName
 {
   color: #68391A;
 }
 .AnyTagClassName
 {
   color: #68391A;
 }
</style>

background-color css

<style>
 a { background-color: #68391A; }

 a { background-color: rgb(104,57,26); }

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

border-color css

<style>
 span { border-color: #68391A; }

 span { border-color: rgb(104,57,26); }

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