Html Css Color HEX #6B4946 Congo Brown

📋 copy color: '#6B4946'

red 107 ◦ green 73 ◦ blue 70

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

Shades of Congo Brown #6B4946

Tints of Congo Brown #6B4946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

 BLUE value IS 70 (27.73% from 255) = 28%

R = 42.8%
G = 29.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6B4946 (or 0x6B4946) is known color: Congo Brown. HEX triplet: 6B, 49 and 46. RGB value is (107,73,70). Sum of RGB (Red+Green+Blue) = 107+73+70=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4946 is #94B6B9. Grayscale: #525252. Windows color (decimal): -9746106 or 4606315. OLE color: 4606315.

HSL color Cylindrical-coordinate representation of color #6B4946: hue angle of 4.86º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B4946 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 73 70 -
CMYK 0 0.32 0.35 0.58
HSL 4.86º 0.21% 0.35% -
HSV(B) 4.86º 0.35% 0.42% -
XYZ 9.55 8.33 6.9 -
YUV 82.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 107 73 70 0 0.32 0.35 0.58 4.86 0.21 0.35
Hex 6B 49 46 0 20 23 3A 5 15 23
Octal 153 111 106 0 40 43 72 5 25 43
Binary 1101011 1001001 1000110 0 100000 100011 111010 101 10101 100011

Color Harmonies of #6B4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4946

Black with #6B4946

Text Example


Text Example

White with #6B4946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,70); }

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

background-color css

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

 a { background-color: rgb(107,73,70); }

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

border-color css

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

 span { border-color: rgb(107,73,70); }

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