Html Css Color HEX #693D19 Dark Brown

📋 copy color: '#693D19'

red 105 ◦ green 61 ◦ blue 25

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

Shades of Dark Brown #693D19

Tints of Dark Brown #693D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.94%

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

R = 54.97%
G = 31.94%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#693D19 (or 0x693D19) is known color: Dark Brown. HEX triplet: 69, 3D and 19. RGB value is (105,61,25). Sum of RGB (Red+Green+Blue) = 105+61+25=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #693D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D19 is #96C2E6. Grayscale: #464646. Windows color (decimal): -9880295 or 1654121. OLE color: 1654121.

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

Color convert

RGB 105 61 25 -
CMYK 0 0.42 0.76 0.59
HSL 27º 0.62% 0.25% -
HSV(B) 27º 0.76% 0.41% -
XYZ 7.67 6.41 1.75 -
YUV 70.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 105 61 25 0 0.42 0.76 0.59 27 0.62 0.25
Hex 69 3D 19 0 2A 4C 3B 1B 3E 19
Octal 151 75 31 0 52 114 73 33 76 31
Binary 1101001 111101 11001 0 101010 1001100 111011 11011 111110 11001

Color Harmonies of #693D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D19

Black with #693D19

Text Example


Text Example

White with #693D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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