Html Css Color HEX #675550 Congo Brown

📋 copy color: '#675550'

red 103 ◦ green 85 ◦ blue 80

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

Shades of Congo Brown #675550

Tints of Congo Brown #675550

RGB

 RED value IS 103 (40.63% from 255) = 38.43%

 GREEN value IS 85 (33.59% from 255) = 31.72%

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 38.43%
G = 31.72%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#675550 (or 0x675550) is known color: Congo Brown. HEX triplet: 67, 55 and 50. RGB value is (103,85,80). Sum of RGB (Red+Green+Blue) = 103+85+80=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #675550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675550 is #98AAAF. Grayscale: #595959. Windows color (decimal): -10005168 or 5264743. OLE color: 5264743.

HSL color Cylindrical-coordinate representation of color #675550: hue angle of 13.04º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #675550 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 85 80 -
CMYK 0 0.17 0.22 0.60
HSL 13.04º 0.13% 0.36% -
HSV(B) 13.04º 0.22% 0.4% -
XYZ 10.29 9.96 8.97 -
YUV 89.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 103 85 80 0 0.17 0.22 0.60 13.04 0.13 0.36
Hex 67 55 50 0 11 16 3C D D 24
Octal 147 125 120 0 21 26 74 15 15 44
Binary 1100111 1010101 1010000 0 10001 10110 111100 1101 1101 100100

Color Harmonies of #675550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675550

Black with #675550

Text Example


Text Example

White with #675550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675550; }

 p { color: rgb(103,85,80); }

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

background-color css

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

 a { background-color: rgb(103,85,80); }

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

border-color css

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

 span { border-color: rgb(103,85,80); }

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