Html Css Color HEX #694423 Dark Brown

📋 copy color: '#694423'

red 105 ◦ green 68 ◦ blue 35

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

Shades of Dark Brown #694423

Tints of Dark Brown #694423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.83%

R = 50.48%
G = 32.69%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#694423 (or 0x694423) is known color: Dark Brown. HEX triplet: 69, 44 and 23. RGB value is (105,68,35). Sum of RGB (Red+Green+Blue) = 105+68+35=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #694423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694423 is #96BBDC. Grayscale: #4B4B4B. Windows color (decimal): -9878493 or 2311273. OLE color: 2311273.

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

Color convert

RGB 105 68 35 -
CMYK 0 0.35 0.67 0.59
HSL 28.29º 0.5% 0.27% -
HSV(B) 28.29º 0.67% 0.41% -
XYZ 8.2 7.26 2.56 -
YUV 75.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 105 68 35 0 0.35 0.67 0.59 28.29 0.5 0.27
Hex 69 44 23 0 23 43 3B 1C 32 1B
Octal 151 104 43 0 43 103 73 34 62 33
Binary 1101001 1000100 100011 0 100011 1000011 111011 11100 110010 11011

Color Harmonies of #694423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694423

Black with #694423

Text Example


Text Example

White with #694423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694423; }

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

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

background-color css

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

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

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

border-color css

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

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

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