Html Css Color HEX #694422 Dark Brown

📋 copy color: '#694422'

red 105 ◦ green 68 ◦ blue 34

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

Shades of Dark Brown #694422

Tints of Dark Brown #694422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.43%

R = 50.72%
G = 32.85%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#694422 (or 0x694422) is known color: Dark Brown. HEX triplet: 69, 44 and 22. RGB value is (105,68,34). Sum of RGB (Red+Green+Blue) = 105+68+34=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #694422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694422 is #96BBDD. Grayscale: #4B4B4B. Windows color (decimal): -9878494 or 2245737. OLE color: 2245737.

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

Color convert

RGB 105 68 34 -
CMYK 0 0.35 0.68 0.59
HSL 28.73º 0.51% 0.27% -
HSV(B) 28.73º 0.68% 0.41% -
XYZ 8.18 7.25 2.48 -
YUV 75.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 105 68 34 0 0.35 0.68 0.59 28.73 0.51 0.27
Hex 69 44 22 0 23 44 3B 1D 33 1B
Octal 151 104 42 0 43 104 73 35 63 33
Binary 1101001 1000100 100010 0 100011 1000100 111011 11101 110011 11011

Color Harmonies of #694422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694422

Black with #694422

Text Example


Text Example

White with #694422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694422; }

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

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

background-color css

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

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

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

border-color css

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

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

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