Html Css Color HEX #6B422E Semi-Sweet Chocolate

📋 copy color: '#6B422E'

red 107 ◦ green 66 ◦ blue 46

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

Shades of Semi-Sweet Chocolate #6B422E

Tints of Semi-Sweet Chocolate #6B422E

RGB

 RED value IS 107 (42.19% from 255) = 48.86%

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

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

R = 48.86%
G = 30.14%
B = 21%

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

#6B422E (or 0x6B422E) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 42 and 2E. RGB value is (107,66,46). Sum of RGB (Red+Green+Blue) = 107+66+46=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B422E is #94BDD1. Grayscale: #4C4C4C. Windows color (decimal): -9747922 or 3031659. OLE color: 3031659.

HSL color Cylindrical-coordinate representation of color #6B422E: hue angle of 19.67º degrees, saturation: 0.4, 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 #6B422E is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 66 46 -
CMYK 0 0.38 0.57 0.58
HSL 19.67º 0.4% 0.3% -
HSV(B) 19.67º 0.57% 0.42% -
XYZ 8.5 7.22 3.53 -
YUV 75.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 107 66 46 0 0.38 0.57 0.58 19.67 0.4 0.3
Hex 6B 42 2E 0 26 39 3A 14 28 1E
Octal 153 102 56 0 46 71 72 24 50 36
Binary 1101011 1000010 101110 0 100110 111001 111010 10100 101000 11110

Color Harmonies of #6B422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B422E

Black with #6B422E

Text Example


Text Example

White with #6B422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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