Html Css Color HEX #694421 Dark Brown

📋 copy color: '#694421'

red 105 ◦ green 68 ◦ blue 33

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

Shades of Dark Brown #694421

Tints of Dark Brown #694421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.02%

R = 50.97%
G = 33.01%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#694421 (or 0x694421) is known color: Dark Brown. HEX triplet: 69, 44 and 21. RGB value is (105,68,33). Sum of RGB (Red+Green+Blue) = 105+68+33=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #694421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694421 is #96BBDE. Grayscale: #4B4B4B. Windows color (decimal): -9878495 or 2180201. OLE color: 2180201.

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

Color convert

RGB 105 68 33 -
CMYK 0 0.35 0.69 0.59
HSL 29.17º 0.52% 0.27% -
HSV(B) 29.17º 0.69% 0.41% -
XYZ 8.17 7.25 2.41 -
YUV 75.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 105 68 33 0 0.35 0.69 0.59 29.17 0.52 0.27
Hex 69 44 21 0 23 45 3B 1D 34 1B
Octal 151 104 41 0 43 105 73 35 64 33
Binary 1101001 1000100 100001 0 100011 1000101 111011 11101 110100 11011

Color Harmonies of #694421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694421

Black with #694421

Text Example


Text Example

White with #694421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694421; }

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

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

background-color css

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

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

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

border-color css

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

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

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