Html Css Color HEX #6B4842 Congo Brown

📋 copy color: '#6B4842'

red 107 ◦ green 72 ◦ blue 66

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

Shades of Congo Brown #6B4842

Tints of Congo Brown #6B4842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 43.67%
G = 29.39%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#6B4842 (or 0x6B4842) is known color: Congo Brown. HEX triplet: 6B, 48 and 42. RGB value is (107,72,66). Sum of RGB (Red+Green+Blue) = 107+72+66=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4842 is #94B7BD. Grayscale: #515151. Windows color (decimal): -9746366 or 4343915. OLE color: 4343915.

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

Color convert

RGB 107 72 66 -
CMYK 0 0.33 0.38 0.58
HSL 8.78º 0.24% 0.34% -
HSV(B) 8.78º 0.38% 0.42% -
XYZ 9.36 8.15 6.23 -
YUV 81.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 107 72 66 0 0.33 0.38 0.58 8.78 0.24 0.34
Hex 6B 48 42 0 21 26 3A 9 18 22
Octal 153 110 102 0 41 46 72 11 30 42
Binary 1101011 1001000 1000010 0 100001 100110 111010 1001 11000 100010

Color Harmonies of #6B4842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4842

Black with #6B4842

Text Example


Text Example

White with #6B4842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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