Html Css Color HEX #693B19 Peru Tan

📋 copy color: '#693B19'

red 105 ◦ green 59 ◦ blue 25

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

Shades of Peru Tan #693B19

Tints of Peru Tan #693B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.22%

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

R = 55.56%
G = 31.22%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#693B19 (or 0x693B19) is known color: Peru Tan. HEX triplet: 69, 3B and 19. RGB value is (105,59,25). Sum of RGB (Red+Green+Blue) = 105+59+25=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #693B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693B19 is #96C4E6. Grayscale: #454545. Windows color (decimal): -9880807 or 1653609. OLE color: 1653609.

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

Color convert

RGB 105 59 25 -
CMYK 0 0.44 0.76 0.59
HSL 25.5º 0.62% 0.25% -
HSV(B) 25.5º 0.76% 0.41% -
XYZ 7.57 6.2 1.72 -
YUV 68.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 105 59 25 0 0.44 0.76 0.59 25.5 0.62 0.25
Hex 69 3B 19 0 2C 4C 3B 1A 3E 19
Octal 151 73 31 0 54 114 73 32 76 31
Binary 1101001 111011 11001 0 101100 1001100 111011 11010 111110 11001

Color Harmonies of #693B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693B19

Black with #693B19

Text Example


Text Example

White with #693B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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