Html Css Color HEX #694429 Semi-Sweet Chocolate

📋 copy color: '#694429'

red 105 ◦ green 68 ◦ blue 41

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

Shades of Semi-Sweet Chocolate #694429

Tints of Semi-Sweet Chocolate #694429

RGB

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

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

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

R = 49.07%
G = 31.78%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#694429 (or 0x694429) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 44 and 29. RGB value is (105,68,41). Sum of RGB (Red+Green+Blue) = 105+68+41=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #694429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694429 is #96BBD6. Grayscale: #4C4C4C. Windows color (decimal): -9878487 or 2704489. OLE color: 2704489.

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

Color convert

RGB 105 68 41 -
CMYK 0 0.35 0.61 0.59
HSL 25.31º 0.44% 0.29% -
HSV(B) 25.31º 0.61% 0.41% -
XYZ 8.29 7.3 3.07 -
YUV 75.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 105 68 41 0 0.35 0.61 0.59 25.31 0.44 0.29
Hex 69 44 29 0 23 3D 3B 19 2C 1D
Octal 151 104 51 0 43 75 73 31 54 35
Binary 1101001 1000100 101001 0 100011 111101 111011 11001 101100 11101

Color Harmonies of #694429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694429

Black with #694429

Text Example


Text Example

White with #694429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694429; }

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

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

background-color css

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

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

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

border-color css

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

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

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