Html Css Color HEX #694329 Semi-Sweet Chocolate

📋 copy color: '#694329'

red 105 ◦ green 67 ◦ blue 41

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

Shades of Semi-Sweet Chocolate #694329

Tints of Semi-Sweet Chocolate #694329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

 BLUE value IS 41 (16.41% from 255) = 19.25%

R = 49.3%
G = 31.46%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#694329 (or 0x694329) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 43 and 29. RGB value is (105,67,41). Sum of RGB (Red+Green+Blue) = 105+67+41=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #694329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694329 is #96BCD6. Grayscale: #4B4B4B. Windows color (decimal): -9878743 or 2704233. OLE color: 2704233.

HSL color Cylindrical-coordinate representation of color #694329: hue angle of 24.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #694329 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 67 41 -
CMYK 0 0.36 0.61 0.59
HSL 24.38º 0.44% 0.29% -
HSV(B) 24.38º 0.61% 0.41% -
XYZ 8.23 7.18 3.05 -
YUV 75.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 105 67 41 0 0.36 0.61 0.59 24.38 0.44 0.29
Hex 69 43 29 0 24 3D 3B 18 2C 1D
Octal 151 103 51 0 44 75 73 30 54 35
Binary 1101001 1000011 101001 0 100100 111101 111011 11000 101100 11101

Color Harmonies of #694329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694329

Black with #694329

Text Example


Text Example

White with #694329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694329; }

 p { color: rgb(105,67,41); }

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

background-color css

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

 a { background-color: rgb(105,67,41); }

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

border-color css

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

 span { border-color: rgb(105,67,41); }

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