Html Css Color HEX #694424 Dark Brown

📋 copy color: '#694424'

red 105 ◦ green 68 ◦ blue 36

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

Shades of Dark Brown #694424

Tints of Dark Brown #694424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 36 (14.45% from 255) = 17.22%

R = 50.24%
G = 32.54%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#694424 (or 0x694424) is known color: Dark Brown. HEX triplet: 69, 44 and 24. RGB value is (105,68,36). Sum of RGB (Red+Green+Blue) = 105+68+36=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #694424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694424 is #96BBDB. Grayscale: #4B4B4B. Windows color (decimal): -9878492 or 2376809. OLE color: 2376809.

HSL color Cylindrical-coordinate representation of color #694424: hue angle of 27.83º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694424 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 68 36 -
CMYK 0 0.35 0.66 0.59
HSL 27.83º 0.49% 0.28% -
HSV(B) 27.83º 0.66% 0.41% -
XYZ 8.21 7.26 2.64 -
YUV 75.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 105 68 36 0 0.35 0.66 0.59 27.83 0.49 0.28
Hex 69 44 24 0 23 42 3B 1C 31 1C
Octal 151 104 44 0 43 102 73 34 61 34
Binary 1101001 1000100 100100 0 100011 1000010 111011 11100 110001 11100

Color Harmonies of #694424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694424

Black with #694424

Text Example


Text Example

White with #694424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694424; }

 p { color: rgb(105,68,36); }

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

background-color css

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

 a { background-color: rgb(105,68,36); }

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

border-color css

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

 span { border-color: rgb(105,68,36); }

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