Html Css Color HEX #693818 Peru Tan

📋 copy color: '#693818'

red 105 ◦ green 56 ◦ blue 24

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

Shades of Peru Tan #693818

Tints of Peru Tan #693818

RGB

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

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

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

R = 56.76%
G = 30.27%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#693818 (or 0x693818) is known color: Peru Tan. HEX triplet: 69, 38 and 18. RGB value is (105,56,24). Sum of RGB (Red+Green+Blue) = 105+56+24=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #693818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693818 is #96C7E7. Grayscale: #434343. Windows color (decimal): -9881576 or 1587305. OLE color: 1587305.

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

Color convert

RGB 105 56 24 -
CMYK 0 0.47 0.77 0.59
HSL 23.7º 0.63% 0.25% -
HSV(B) 23.7º 0.77% 0.41% -
XYZ 7.4 5.9 1.61 -
YUV 67 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 105 56 24 0 0.47 0.77 0.59 23.7 0.63 0.25
Hex 69 38 18 0 2F 4D 3B 18 3F 19
Octal 151 70 30 0 57 115 73 30 77 31
Binary 1101001 111000 11000 0 101111 1001101 111011 11000 111111 11001

Color Harmonies of #693818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693818

Black with #693818

Text Example


Text Example

White with #693818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693818; }

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

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

background-color css

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

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

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

border-color css

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

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

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