Html Css Color HEX #6B4D45 Congo Brown

📋 copy color: '#6B4D45'

red 107 ◦ green 77 ◦ blue 69

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

Shades of Congo Brown #6B4D45

Tints of Congo Brown #6B4D45

RGB

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

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

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

R = 42.29%
G = 30.43%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B4D45 (or 0x6B4D45) is known color: Congo Brown. HEX triplet: 6B, 4D and 45. RGB value is (107,77,69). Sum of RGB (Red+Green+Blue) = 107+77+69=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4D45 is #94B2BA. Grayscale: #555555. Windows color (decimal): -9745083 or 4541803. OLE color: 4541803.

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

Color convert

RGB 107 77 69 -
CMYK 0 0.28 0.36 0.58
HSL 12.63º 0.22% 0.35% -
HSV(B) 12.63º 0.36% 0.42% -
XYZ 9.79 8.86 6.82 -
YUV 85.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 107 77 69 0 0.28 0.36 0.58 12.63 0.22 0.35
Hex 6B 4D 45 0 1C 24 3A D 16 23
Octal 153 115 105 0 34 44 72 15 26 43
Binary 1101011 1001101 1000101 0 11100 100100 111010 1101 10110 100011

Color Harmonies of #6B4D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4D45

Black with #6B4D45

Text Example


Text Example

White with #6B4D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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