Html Css Color HEX #694221 Dark Brown

📋 copy color: '#694221'

red 105 ◦ green 66 ◦ blue 33

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

Shades of Dark Brown #694221

Tints of Dark Brown #694221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.35%

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

R = 51.47%
G = 32.35%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#694221 (or 0x694221) is known color: Dark Brown. HEX triplet: 69, 42 and 21. RGB value is (105,66,33). Sum of RGB (Red+Green+Blue) = 105+66+33=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #694221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694221 is #96BDDE. Grayscale: #4A4A4A. Windows color (decimal): -9879007 or 2179689. OLE color: 2179689.

HSL color Cylindrical-coordinate representation of color #694221: hue angle of 27.5º 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 #694221 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 66 33 -
CMYK 0 0.37 0.69 0.59
HSL 27.5º 0.52% 0.27% -
HSV(B) 27.5º 0.69% 0.41% -
XYZ 8.05 7.01 2.37 -
YUV 73.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 105 66 33 0 0.37 0.69 0.59 27.5 0.52 0.27
Hex 69 42 21 0 25 45 3B 1C 34 1B
Octal 151 102 41 0 45 105 73 34 64 33
Binary 1101001 1000010 100001 0 100101 1000101 111011 11100 110100 11011

Color Harmonies of #694221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694221

Black with #694221

Text Example


Text Example

White with #694221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694221; }

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

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

background-color css

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

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

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

border-color css

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

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

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