Html Css Color HEX #693718 Peru Tan

📋 copy color: '#693718'

red 105 ◦ green 55 ◦ blue 24

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

Shades of Peru Tan #693718

Tints of Peru Tan #693718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.04%

R = 57.07%
G = 29.89%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#693718 (or 0x693718) is known color: Peru Tan. HEX triplet: 69, 37 and 18. RGB value is (105,55,24). Sum of RGB (Red+Green+Blue) = 105+55+24=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #693718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693718 is #96C8E7. Grayscale: #424242. Windows color (decimal): -9881832 or 1587049. OLE color: 1587049.

HSL color Cylindrical-coordinate representation of color #693718: hue angle of 22.96º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #693718 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 55 24 -
CMYK 0 0.48 0.77 0.59
HSL 22.96º 0.63% 0.25% -
HSV(B) 22.96º 0.77% 0.41% -
XYZ 7.36 5.8 1.6 -
YUV 66.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 105 55 24 0 0.48 0.77 0.59 22.96 0.63 0.25
Hex 69 37 18 0 30 4D 3B 17 3F 19
Octal 151 67 30 0 60 115 73 27 77 31
Binary 1101001 110111 11000 0 110000 1001101 111011 10111 111111 11001

Color Harmonies of #693718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693718

Black with #693718

Text Example


Text Example

White with #693718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693718; }

 p { color: rgb(105,55,24); }

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

background-color css

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

 a { background-color: rgb(105,55,24); }

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

border-color css

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

 span { border-color: rgb(105,55,24); }

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