Html Css Color HEX #694129 Semi-Sweet Chocolate

📋 copy color: '#694129'

red 105 ◦ green 65 ◦ blue 41

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

Shades of Semi-Sweet Chocolate #694129

Tints of Semi-Sweet Chocolate #694129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.81%

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

R = 49.76%
G = 30.81%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#694129 (or 0x694129) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 41 and 29. RGB value is (105,65,41). Sum of RGB (Red+Green+Blue) = 105+65+41=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #694129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694129 is #96BED6. Grayscale: #4A4A4A. Windows color (decimal): -9879255 or 2703721. OLE color: 2703721.

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

Color convert

RGB 105 65 41 -
CMYK 0 0.38 0.61 0.59
HSL 22.5º 0.44% 0.29% -
HSV(B) 22.5º 0.61% 0.41% -
XYZ 8.12 6.94 3.01 -
YUV 74.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 105 65 41 0 0.38 0.61 0.59 22.5 0.44 0.29
Hex 69 41 29 0 26 3D 3B 16 2C 1D
Octal 151 101 51 0 46 75 73 26 54 35
Binary 1101001 1000001 101001 0 100110 111101 111011 10110 101100 11101

Color Harmonies of #694129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694129

Black with #694129

Text Example


Text Example

White with #694129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694129; }

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

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

background-color css

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

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

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

border-color css

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

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

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