Html Css Color HEX #693C1C Peru Tan

📋 copy color: '#693C1C'

red 105 ◦ green 60 ◦ blue 28

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

Shades of Peru Tan #693C1C

Tints of Peru Tan #693C1C

RGB

 RED value IS 105 (41.41% from 255) = 54.4%

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

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 54.4%
G = 31.09%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#693C1C (or 0x693C1C) is known color: Peru Tan. HEX triplet: 69, 3C and 1C. RGB value is (105,60,28). Sum of RGB (Red+Green+Blue) = 105+60+28=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #693C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C1C is #96C3E3. Grayscale: #454545. Windows color (decimal): -9880548 or 1850473. OLE color: 1850473.

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

Color convert

RGB 105 60 28 -
CMYK 0 0.43 0.73 0.59
HSL 24.94º 0.58% 0.26% -
HSV(B) 24.94º 0.73% 0.41% -
XYZ 7.65 6.32 1.92 -
YUV 69.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 105 60 28 0 0.43 0.73 0.59 24.94 0.58 0.26
Hex 69 3C 1C 0 2B 49 3B 19 3A 1A
Octal 151 74 34 0 53 111 73 31 72 32
Binary 1101001 111100 11100 0 101011 1001001 111011 11001 111010 11010

Color Harmonies of #693C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C1C

Black with #693C1C

Text Example


Text Example

White with #693C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693C1C; }

 p { color: rgb(105,60,28); }

 H1.HeaderClassName
 {
   color: #693C1C;
 }
 .AnyTagClassName
 {
   color: #693C1C;
 }
</style>

background-color css

<style>
 a { background-color: #693C1C; }

 a { background-color: rgb(105,60,28); }

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

border-color css

<style>
 span { border-color: #693C1C; }

 span { border-color: rgb(105,60,28); }

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