Html Css Color HEX #6B4845 Congo Brown

📋 copy color: '#6B4845'

red 107 ◦ green 72 ◦ blue 69

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

Shades of Congo Brown #6B4845

Tints of Congo Brown #6B4845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.03%

 BLUE value IS 69 (27.34% from 255) = 27.82%

R = 43.15%
G = 29.03%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B4845 (or 0x6B4845) is known color: Congo Brown. HEX triplet: 6B, 48 and 45. RGB value is (107,72,69). Sum of RGB (Red+Green+Blue) = 107+72+69=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4845 is #94B7BA. Grayscale: #525252. Windows color (decimal): -9746363 or 4540523. OLE color: 4540523.

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

Color convert

RGB 107 72 69 -
CMYK 0 0.33 0.36 0.58
HSL 4.74º 0.22% 0.35% -
HSV(B) 4.74º 0.36% 0.42% -
XYZ 9.45 8.19 6.71 -
YUV 82.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 107 72 69 0 0.33 0.36 0.58 4.74 0.22 0.35
Hex 6B 48 45 0 21 24 3A 5 16 23
Octal 153 110 105 0 41 44 72 5 26 43
Binary 1101011 1001000 1000101 0 100001 100100 111010 101 10110 100011

Color Harmonies of #6B4845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4845

Black with #6B4845

Text Example


Text Example

White with #6B4845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,72,69); }

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

background-color css

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

 a { background-color: rgb(107,72,69); }

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

border-color css

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

 span { border-color: rgb(107,72,69); }

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