Html Css Color HEX #694428 Semi-Sweet Chocolate

📋 copy color: '#694428'

red 105 ◦ green 68 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #694428

Tints of Semi-Sweet Chocolate #694428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.78%

R = 49.3%
G = 31.92%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#694428 (or 0x694428) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 44 and 28. RGB value is (105,68,40). Sum of RGB (Red+Green+Blue) = 105+68+40=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #694428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694428 is #96BBD7. Grayscale: #4C4C4C. Windows color (decimal): -9878488 or 2638953. OLE color: 2638953.

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

Color convert

RGB 105 68 40 -
CMYK 0 0.35 0.62 0.59
HSL 25.85º 0.45% 0.28% -
HSV(B) 25.85º 0.62% 0.41% -
XYZ 8.28 7.29 2.98 -
YUV 75.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 105 68 40 0 0.35 0.62 0.59 25.85 0.45 0.28
Hex 69 44 28 0 23 3E 3B 1A 2D 1C
Octal 151 104 50 0 43 76 73 32 55 34
Binary 1101001 1000100 101000 0 100011 111110 111011 11010 101101 11100

Color Harmonies of #694428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694428

Black with #694428

Text Example


Text Example

White with #694428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694428; }

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

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

background-color css

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

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

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

border-color css

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

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

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