Html Css Color HEX #6A4028 Semi-Sweet Chocolate

📋 copy color: '#6A4028'

red 106 ◦ green 64 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #6A4028

Tints of Semi-Sweet Chocolate #6A4028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

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

R = 50.48%
G = 30.48%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6A4028 (or 0x6A4028) is known color: Semi-Sweet Chocolate. HEX triplet: 6A, 40 and 28. RGB value is (106,64,40). Sum of RGB (Red+Green+Blue) = 106+64+40=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4028 is #95BFD7. Grayscale: #494949. Windows color (decimal): -9813976 or 2637930. OLE color: 2637930.

HSL color Cylindrical-coordinate representation of color #6A4028: hue angle of 21.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A4028 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 64 40 -
CMYK 0 0.40 0.62 0.58
HSL 21.82º 0.45% 0.29% -
HSV(B) 21.82º 0.62% 0.42% -
XYZ 8.16 6.88 2.91 -
YUV 73.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 106 64 40 0 0.40 0.62 0.58 21.82 0.45 0.29
Hex 6A 40 28 0 28 3E 3A 16 2D 1D
Octal 152 100 50 0 50 76 72 26 55 35
Binary 1101010 1000000 101000 0 101000 111110 111010 10110 101101 11101

Color Harmonies of #6A4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4028

Black with #6A4028

Text Example


Text Example

White with #6A4028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,64,40); }

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

background-color css

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

 a { background-color: rgb(106,64,40); }

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

border-color css

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

 span { border-color: rgb(106,64,40); }

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