Html Css Color HEX #693919 Peru Tan

📋 copy color: '#693919'

red 105 ◦ green 57 ◦ blue 25

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

Shades of Peru Tan #693919

Tints of Peru Tan #693919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 56.15%
G = 30.48%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#693919 (or 0x693919) is known color: Peru Tan. HEX triplet: 69, 39 and 19. RGB value is (105,57,25). Sum of RGB (Red+Green+Blue) = 105+57+25=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #693919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693919 is #96C6E6. Grayscale: #434343. Windows color (decimal): -9881319 or 1653097. OLE color: 1653097.

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

Color convert

RGB 105 57 25 -
CMYK 0 0.46 0.76 0.59
HSL 24º 0.62% 0.25% -
HSV(B) 24º 0.76% 0.41% -
XYZ 7.46 6 1.68 -
YUV 67.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 105 57 25 0 0.46 0.76 0.59 24 0.62 0.25
Hex 69 39 19 0 2E 4C 3B 18 3E 19
Octal 151 71 31 0 56 114 73 30 76 31
Binary 1101001 111001 11001 0 101110 1001100 111011 11000 111110 11001

Color Harmonies of #693919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693919

Black with #693919

Text Example


Text Example

White with #693919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693919; }

 p { color: rgb(105,57,25); }

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

background-color css

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

 a { background-color: rgb(105,57,25); }

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

border-color css

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

 span { border-color: rgb(105,57,25); }

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