Html Css Color HEX #6B3930 Mocha

📋 copy color: '#6B3930'

red 107 ◦ green 57 ◦ blue 48

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

Shades of Mocha #6B3930

Tints of Mocha #6B3930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.89%

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 50.47%
G = 26.89%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6B3930 (or 0x6B3930) is known color: Mocha. HEX triplet: 6B, 39 and 30. RGB value is (107,57,48). Sum of RGB (Red+Green+Blue) = 107+57+48=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3930 is #94C6CF. Grayscale: #474747. Windows color (decimal): -9750224 or 3160427. OLE color: 3160427.

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

Color convert

RGB 107 57 48 -
CMYK 0 0.47 0.55 0.58
HSL 9.15º 0.38% 0.3% -
HSV(B) 9.15º 0.55% 0.42% -
XYZ 8.06 6.27 3.58 -
YUV 70.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 107 57 48 0 0.47 0.55 0.58 9.15 0.38 0.3
Hex 6B 39 30 0 2F 37 3A 9 26 1E
Octal 153 71 60 0 57 67 72 11 46 36
Binary 1101011 111001 110000 0 101111 110111 111010 1001 100110 11110

Color Harmonies of #6B3930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3930

Black with #6B3930

Text Example


Text Example

White with #6B3930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,48); }

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

background-color css

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

 a { background-color: rgb(107,57,48); }

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

border-color css

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

 span { border-color: rgb(107,57,48); }

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