Html Css Color HEX #6B4D46 Congo Brown

📋 copy color: '#6B4D46'

red 107 ◦ green 77 ◦ blue 70

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

Shades of Congo Brown #6B4D46

Tints of Congo Brown #6B4D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

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

R = 42.13%
G = 30.31%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6B4D46 (or 0x6B4D46) is known color: Congo Brown. HEX triplet: 6B, 4D and 46. RGB value is (107,77,70). Sum of RGB (Red+Green+Blue) = 107+77+70=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4D46 is #94B2B9. Grayscale: #555555. Windows color (decimal): -9745082 or 4607339. OLE color: 4607339.

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

Color convert

RGB 107 77 70 -
CMYK 0 0.28 0.35 0.58
HSL 11.35º 0.21% 0.35% -
HSV(B) 11.35º 0.35% 0.42% -
XYZ 9.82 8.88 6.99 -
YUV 85.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 107 77 70 0 0.28 0.35 0.58 11.35 0.21 0.35
Hex 6B 4D 46 0 1C 23 3A B 15 23
Octal 153 115 106 0 34 43 72 13 25 43
Binary 1101011 1001101 1000110 0 11100 100011 111010 1011 10101 100011

Color Harmonies of #6B4D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4D46

Black with #6B4D46

Text Example


Text Example

White with #6B4D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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