Html Css Color HEX #694425 Semi-Sweet Chocolate

📋 copy color: '#694425'

red 105 ◦ green 68 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #694425

Tints of Semi-Sweet Chocolate #694425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.62%

R = 50%
G = 32.38%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#694425 (or 0x694425) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 44 and 25. RGB value is (105,68,37). Sum of RGB (Red+Green+Blue) = 105+68+37=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #694425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694425 is #96BBDA. Grayscale: #4B4B4B. Windows color (decimal): -9878491 or 2442345. OLE color: 2442345.

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

Color convert

RGB 105 68 37 -
CMYK 0 0.35 0.65 0.59
HSL 27.35º 0.48% 0.28% -
HSV(B) 27.35º 0.65% 0.41% -
XYZ 8.23 7.27 2.72 -
YUV 75.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 105 68 37 0 0.35 0.65 0.59 27.35 0.48 0.28
Hex 69 44 25 0 23 41 3B 1B 30 1C
Octal 151 104 45 0 43 101 73 33 60 34
Binary 1101001 1000100 100101 0 100011 1000001 111011 11011 110000 11100

Color Harmonies of #694425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694425

Black with #694425

Text Example


Text Example

White with #694425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694425; }

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

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

background-color css

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

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

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

border-color css

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

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

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