Html Css Color HEX #693819 Peru Tan

📋 copy color: '#693819'

red 105 ◦ green 56 ◦ blue 25

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

Shades of Peru Tan #693819

Tints of Peru Tan #693819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

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

R = 56.45%
G = 30.11%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#693819 (or 0x693819) is known color: Peru Tan. HEX triplet: 69, 38 and 19. RGB value is (105,56,25). Sum of RGB (Red+Green+Blue) = 105+56+25=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #693819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693819 is #96C7E6. Grayscale: #434343. Windows color (decimal): -9881575 or 1652841. OLE color: 1652841.

HSL color Cylindrical-coordinate representation of color #693819: hue angle of 23.25º 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 #693819 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 56 25 -
CMYK 0 0.47 0.76 0.59
HSL 23.25º 0.62% 0.25% -
HSV(B) 23.25º 0.76% 0.41% -
XYZ 7.42 5.9 1.67 -
YUV 67.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 105 56 25 0 0.47 0.76 0.59 23.25 0.62 0.25
Hex 69 38 19 0 2F 4C 3B 17 3E 19
Octal 151 70 31 0 57 114 73 27 76 31
Binary 1101001 111000 11001 0 101111 1001100 111011 10111 111110 11001

Color Harmonies of #693819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693819

Black with #693819

Text Example


Text Example

White with #693819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693819; }

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

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

background-color css

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

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

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

border-color css

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

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

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