Html Css Color HEX #693E18 Dark Brown

📋 copy color: '#693E18'

red 105 ◦ green 62 ◦ blue 24

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

Shades of Dark Brown #693E18

Tints of Dark Brown #693E18

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.46%

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

R = 54.97%
G = 32.46%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#693E18 (or 0x693E18) is known color: Dark Brown. HEX triplet: 69, 3E and 18. RGB value is (105,62,24). Sum of RGB (Red+Green+Blue) = 105+62+24=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #693E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693E18 is #96C1E7. Grayscale: #464646. Windows color (decimal): -9880040 or 1588841. OLE color: 1588841.

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

Color convert

RGB 105 62 24 -
CMYK 0 0.41 0.77 0.59
HSL 28.15º 0.63% 0.25% -
HSV(B) 28.15º 0.77% 0.41% -
XYZ 7.71 6.51 1.72 -
YUV 70.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 105 62 24 0 0.41 0.77 0.59 28.15 0.63 0.25
Hex 69 3E 18 0 29 4D 3B 1C 3F 19
Octal 151 76 30 0 51 115 73 34 77 31
Binary 1101001 111110 11000 0 101001 1001101 111011 11100 111111 11001

Color Harmonies of #693E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693E18

Black with #693E18

Text Example


Text Example

White with #693E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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