Html Css Color HEX #694441 Congo Brown

📋 copy color: '#694441'

red 105 ◦ green 68 ◦ blue 65

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

Shades of Congo Brown #694441

Tints of Congo Brown #694441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.31%

R = 44.12%
G = 28.57%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#694441 (or 0x694441) is known color: Congo Brown. HEX triplet: 69, 44 and 41. RGB value is (105,68,65). Sum of RGB (Red+Green+Blue) = 105+68+65=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #694441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694441 is #96BBBE. Grayscale: #4E4E4E. Windows color (decimal): -9878463 or 4277353. OLE color: 4277353.

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

Color convert

RGB 105 68 65 -
CMYK 0 0.35 0.38 0.59
HSL 4.5º 0.24% 0.33% -
HSV(B) 4.5º 0.38% 0.41% -
XYZ 8.85 7.52 5.99 -
YUV 78.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 105 68 65 0 0.35 0.38 0.59 4.5 0.24 0.33
Hex 69 44 41 0 23 26 3B 4 18 21
Octal 151 104 101 0 43 46 73 4 30 41
Binary 1101001 1000100 1000001 0 100011 100110 111011 100 11000 100001

Color Harmonies of #694441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694441

Black with #694441

Text Example


Text Example

White with #694441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694441; }

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

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

background-color css

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

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

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

border-color css

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

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

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