Html Css Color HEX #694427 Semi-Sweet Chocolate

📋 copy color: '#694427'

red 105 ◦ green 68 ◦ blue 39

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

Shades of Semi-Sweet Chocolate #694427

Tints of Semi-Sweet Chocolate #694427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.4%

R = 49.53%
G = 32.08%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#694427 (or 0x694427) is known color: Semi-Sweet Chocolate. HEX triplet: 69, 44 and 27. RGB value is (105,68,39). Sum of RGB (Red+Green+Blue) = 105+68+39=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #694427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694427 is #96BBD8. Grayscale: #4B4B4B. Windows color (decimal): -9878489 or 2573417. OLE color: 2573417.

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

Color convert

RGB 105 68 39 -
CMYK 0 0.35 0.63 0.59
HSL 26.36º 0.46% 0.28% -
HSV(B) 26.36º 0.63% 0.41% -
XYZ 8.26 7.28 2.89 -
YUV 75.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 105 68 39 0 0.35 0.63 0.59 26.36 0.46 0.28
Hex 69 44 27 0 23 3F 3B 1A 2E 1C
Octal 151 104 47 0 43 77 73 32 56 34
Binary 1101001 1000100 100111 0 100011 111111 111011 11010 101110 11100

Color Harmonies of #694427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694427

Black with #694427

Text Example


Text Example

White with #694427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694427; }

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

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

background-color css

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

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

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

border-color css

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

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

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