Html Css Color HEX #693F19 Dark Brown

📋 copy color: '#693F19'

red 105 ◦ green 63 ◦ blue 25

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

Shades of Dark Brown #693F19

Tints of Dark Brown #693F19

RGB

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

 GREEN value IS 63 (25% from 255) = 32.64%

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

R = 54.4%
G = 32.64%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#693F19 (or 0x693F19) is known color: Dark Brown. HEX triplet: 69, 3F and 19. RGB value is (105,63,25). Sum of RGB (Red+Green+Blue) = 105+63+25=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #693F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F19 is #96C0E6. Grayscale: #474747. Windows color (decimal): -9879783 or 1654633. OLE color: 1654633.

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

Color convert

RGB 105 63 25 -
CMYK 0 0.4 0.76 0.59
HSL 28.5º 0.62% 0.25% -
HSV(B) 28.5º 0.76% 0.41% -
XYZ 7.78 6.63 1.79 -
YUV 71.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 105 63 25 0 0.4 0.76 0.59 28.5 0.62 0.25
Hex 69 3F 19 0 28 4C 3B 1C 3E 19
Octal 151 77 31 0 50 114 73 34 76 31
Binary 1101001 111111 11001 0 101000 1001100 111011 11100 111110 11001

Color Harmonies of #693F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F19

Black with #693F19

Text Example


Text Example

White with #693F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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