Html Css Color HEX #6B4C45 Congo Brown

📋 copy color: '#6B4C45'

red 107 ◦ green 76 ◦ blue 69

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

Shades of Congo Brown #6B4C45

Tints of Congo Brown #6B4C45

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

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

R = 42.46%
G = 30.16%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B4C45 (or 0x6B4C45) is known color: Congo Brown. HEX triplet: 6B, 4C and 45. RGB value is (107,76,69). Sum of RGB (Red+Green+Blue) = 107+76+69=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4C45 is #94B3BA. Grayscale: #545454. Windows color (decimal): -9745339 or 4541547. OLE color: 4541547.

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

Color convert

RGB 107 76 69 -
CMYK 0 0.29 0.36 0.58
HSL 11.05º 0.22% 0.35% -
HSV(B) 11.05º 0.36% 0.42% -
XYZ 9.72 8.72 6.8 -
YUV 84.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 107 76 69 0 0.29 0.36 0.58 11.05 0.22 0.35
Hex 6B 4C 45 0 1D 24 3A B 16 23
Octal 153 114 105 0 35 44 72 13 26 43
Binary 1101011 1001100 1000101 0 11101 100100 111010 1011 10110 100011

Color Harmonies of #6B4C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4C45

Black with #6B4C45

Text Example


Text Example

White with #6B4C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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