Html Css Color HEX #6A422E Semi-Sweet Chocolate

📋 copy color: '#6A422E'

red 106 ◦ green 66 ◦ blue 46

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

Shades of Semi-Sweet Chocolate #6A422E

Tints of Semi-Sweet Chocolate #6A422E

RGB

 RED value IS 106 (41.8% from 255) = 48.62%

 GREEN value IS 66 (26.17% from 255) = 30.28%

 BLUE value IS 46 (18.36% from 255) = 21.1%

R = 48.62%
G = 30.28%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6A422E (or 0x6A422E) is known color: Semi-Sweet Chocolate. HEX triplet: 6A, 42 and 2E. RGB value is (106,66,46). Sum of RGB (Red+Green+Blue) = 106+66+46=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A422E is #95BDD1. Grayscale: #4B4B4B. Windows color (decimal): -9813458 or 3031658. OLE color: 3031658.

HSL color Cylindrical-coordinate representation of color #6A422E: hue angle of 20º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A422E is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 66 46 -
CMYK 0 0.38 0.57 0.58
HSL 20º 0.39% 0.3% -
HSV(B) 20º 0.57% 0.42% -
XYZ 8.39 7.16 3.52 -
YUV 75.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 106 66 46 0 0.38 0.57 0.58 20 0.39 0.3
Hex 6A 42 2E 0 26 39 3A 14 27 1E
Octal 152 102 56 0 46 71 72 24 47 36
Binary 1101010 1000010 101110 0 100110 111001 111010 10100 100111 11110

Color Harmonies of #6A422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A422E

Black with #6A422E

Text Example


Text Example

White with #6A422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A422E; }

 p { color: rgb(106,66,46); }

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

background-color css

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

 a { background-color: rgb(106,66,46); }

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

border-color css

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

 span { border-color: rgb(106,66,46); }

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