Html Css Color HEX #6B382E Mocha

📋 copy color: '#6B382E'

red 107 ◦ green 56 ◦ blue 46

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

Shades of Mocha #6B382E

Tints of Mocha #6B382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.79%

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

R = 51.2%
G = 26.79%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6B382E (or 0x6B382E) is known color: Mocha. HEX triplet: 6B, 38 and 2E. RGB value is (107,56,46). Sum of RGB (Red+Green+Blue) = 107+56+46=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B382E is #94C7D1. Grayscale: #464646. Windows color (decimal): -9750482 or 3029099. OLE color: 3029099.

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

Color convert

RGB 107 56 46 -
CMYK 0 0.48 0.57 0.58
HSL 9.84º 0.4% 0.3% -
HSV(B) 9.84º 0.57% 0.42% -
XYZ 7.97 6.15 3.35 -
YUV 70.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 107 56 46 0 0.48 0.57 0.58 9.84 0.4 0.3
Hex 6B 38 2E 0 30 39 3A A 28 1E
Octal 153 70 56 0 60 71 72 12 50 36
Binary 1101011 111000 101110 0 110000 111001 111010 1010 101000 11110

Color Harmonies of #6B382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B382E

Black with #6B382E

Text Example


Text Example

White with #6B382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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